PackagePart.GetRelationships 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回這個組件所擁有之全部關聯性的集合。
public:
System::IO::Packaging::PackageRelationshipCollection ^ GetRelationships();
public System.IO.Packaging.PackageRelationshipCollection GetRelationships ();
member this.GetRelationships : unit -> System.IO.Packaging.PackageRelationshipCollection
Public Function GetRelationships () As PackageRelationshipCollection
傳回
這個組件所擁有之全部關聯性的集合。
例外狀況
封裝是唯寫的 (無法讀取關聯性資訊)。
備註
傳回的集合永遠不會 null
;不過,如果元件未定義任何關聯性,則集合可能包含零個專案。