Package.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
傳回
包含在套件中的所有套件層級關係的集合。
例外狀況
套件沒有開啟 (已呼叫 Dispose(Boolean) 或 Close())。
封裝是唯寫的。
備註
GetRelationships 永遠不會傳回 null
;不過,如果封裝沒有封裝層級關聯性,傳回的集合可能會包含零個專案。
封裝層級關聯性會定義封裝與相關聯目標元件或資源之間的關聯。 封裝層級關聯性可以是兩種形式之一。
在套件關聯性中,套件會被視為關聯性的「擁有者」。 刪除封裝時,也會刪除封裝所擁有的所有關聯性。 建立或刪除關聯性的程式不會以任何方式實際改變目標元件或資源。
如需封裝和套件關聯性的其他資訊,請參閱 open Packaging Conventions (OPC) 規格的 1.3 節,可在 下載。https://www.ecma-international.org/publications-and-standards/standards/ecma-376/