CustomXMLNode.Attributes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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