XmlParserContext.NameTable プロパティ

定義

文字列を最小単位に分割するために使用される XmlNameTable を取得します。 最小単位に分割された文字列の詳細については、XmlNameTable のトピックを参照してください。

public:
 property System::Xml::XmlNameTable ^ NameTable { System::Xml::XmlNameTable ^ get(); void set(System::Xml::XmlNameTable ^ value); };
public System.Xml.XmlNameTable NameTable { get; set; }
public System.Xml.XmlNameTable? NameTable { get; set; }
member this.NameTable : System.Xml.XmlNameTable with get, set
Public Property NameTable As XmlNameTable

プロパティ値

XmlNameTable

XmlNameTable

適用対象