Discuss this help topic in SecureBlackbox Forum

TElOfficePackagePart.Relationships

TElOfficePackagePart     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Contains the relationships associated with the package part.

Declaration

[C#]
    TElOfficeOpenXMLRelationships Relationships;

[VB.NET]
    Property Relationships As TElOfficeOpenXMLRelationships

[Pascal]
    property Relationships : TElOfficeOpenXMLRelationships;

[C++]
    TElOfficeOpenXMLRelationships* get_Relationships();

[PHP]
    TElOfficeOpenXMLRelationships get_Relationships()

[Java]
    TElOfficeOpenXMLRelationships getRelationships();

Description

    Use this read-only property to get the relationships associated with the current package part.

See also:     Package    

Discuss this help topic in SecureBlackbox Forum