CustomXMLNode.Attributes Property

Definition

Gets a CustomXMLNode collection representing the attributes of the current element in the current node. Read-only.

public:
 property Microsoft::Office::Core::CustomXMLNodes ^ Attributes { Microsoft::Office::Core::CustomXMLNodes ^ get(); };
public Microsoft.Office.Core.CustomXMLNodes Attributes { get; }
member this.Attributes : Microsoft.Office.Core.CustomXMLNodes
Public ReadOnly Property Attributes As CustomXMLNodes

Property Value

CustomXMLNodes

Applies to