XmlSchemaSet 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 XmlSchemaSet 类的新实例。
重载
XmlSchemaSet() |
初始化 XmlSchemaSet 类的新实例。 |
XmlSchemaSet(XmlNameTable) |
使用指定的 XmlSchemaSet 初始化 XmlNameTable 类的新实例。 |
XmlSchemaSet()
XmlSchemaSet(XmlNameTable)
使用指定的 XmlSchemaSet 初始化 XmlNameTable 类的新实例。
public:
XmlSchemaSet(System::Xml::XmlNameTable ^ nameTable);
public XmlSchemaSet (System.Xml.XmlNameTable nameTable);
new System.Xml.Schema.XmlSchemaSet : System.Xml.XmlNameTable -> System.Xml.Schema.XmlSchemaSet
Public Sub New (nameTable As XmlNameTable)
参数
- nameTable
- XmlNameTable
要使用的 XmlNameTable 对象。
例外
作为参数传递的 XmlNameTable 对象为 null
。