OpenXmlElement.NamespaceDeclarations プロパティ

定義

現在の要素で定義されているすべての名前空間宣言を取得します。 名前空間宣言がない場合は、空の列挙子を返します。

public System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,string>> NamespaceDeclarations { get; }
member this.NamespaceDeclarations : seq<System.Collections.Generic.KeyValuePair<string, string>>
Public ReadOnly Property NamespaceDeclarations As IEnumerable(Of KeyValuePair(Of String, String))

プロパティ値

適用対象