XMLNode.Attributes Property

Definition

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.

Applies to