XmlSchemaSet 建構函式

定義

初始化 XmlSchemaSet 類別的新執行個體。

多載

XmlSchemaSet()

初始化 XmlSchemaSet 類別的新執行個體。

XmlSchemaSet(XmlNameTable)

使用指定的 XmlSchemaSet 初始化 XmlNameTable 類別的新執行個體。

XmlSchemaSet()

Source:
XmlSchemaSet.cs
Source:
XmlSchemaSet.cs
Source:
XmlSchemaSet.cs

初始化 XmlSchemaSet 類別的新執行個體。

public:
 XmlSchemaSet();
public XmlSchemaSet ();
Public Sub New ()

適用於

XmlSchemaSet(XmlNameTable)

Source:
XmlSchemaSet.cs
Source:
XmlSchemaSet.cs
Source:
XmlSchemaSet.cs

使用指定的 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

另請參閱

適用於