XmlNamespaceManager.NameTable 属性
定义
获取与此对象关联的 XmlNameTable。Gets the XmlNameTable associated with this object.
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。The XmlNameTable used by this object.
注解
名称表用于查找前缀和命名空间 Uri。The name table is used to look up prefixes and namespace URIs.