XMLNode.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.
Returns a XMLNodes collection that represents the attributes for the specified element.
public:
property Microsoft::Office::Interop::Word::XMLNodes ^ Attributes { Microsoft::Office::Interop::Word::XMLNodes ^ get(); };
public Microsoft.Office.Interop.Word.XMLNodes Attributes { get; }
member this.Attributes : Microsoft.Office.Interop.Word.XMLNodes
Public ReadOnly Property Attributes As XMLNodes
Property Value
Remarks
All XMLNode objects in the XMLNodes collection returned by using the Attributes property have a NodeType property value of wdXMLNodeAttribute.