XmlNamespaceManager.NameTable プロパティ

定義

このオブジェクトに関連付けられている XmlNameTable を取得します。

public:
 virtual property System::Xml::XmlNameTable ^ NameTable { System::Xml::XmlNameTable ^ get(); };
public:
 property System::Xml::XmlNameTable ^ NameTable { System::Xml::XmlNameTable ^ get(); };
public virtual System.Xml.XmlNameTable NameTable { get; }
public virtual System.Xml.XmlNameTable? NameTable { get; }
public System.Xml.XmlNameTable NameTable { get; }
member this.NameTable : System.Xml.XmlNameTable
Public Overridable ReadOnly Property NameTable As XmlNameTable
Public ReadOnly Property NameTable As XmlNameTable

プロパティ値

XmlNameTable

このオブジェクトで使用される XmlNameTable

注釈

名前テーブルは、プレフィックスと名前空間 URI を検索するために使用されます。

適用対象

こちらもご覧ください