次の方法で共有


XMLNode.Attributes プロパティ

定義

指定した要素の XMLNodes 属性を表すコレクションを返します。

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

プロパティ値

注釈

Attributes プロパティを使用して返される XMLNodes コレクション内のすべてのXMLNodeオブジェクトのプロパティ値は NodeTypewdXMLNodeAttribute です

適用対象