共用方式為


ImportContext(CodeIdentifiers, Boolean) 建構函式

定義

使用指定的型別共用選項,針對指定的程式碼識別項初始化 ImportContext 類別的新執行個體。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

public:
 ImportContext(System::Xml::Serialization::CodeIdentifiers ^ identifiers, bool shareTypes);
public ImportContext (System.Xml.Serialization.CodeIdentifiers? identifiers, bool shareTypes);
public ImportContext (System.Xml.Serialization.CodeIdentifiers identifiers, bool shareTypes);
new System.Xml.Serialization.ImportContext : System.Xml.Serialization.CodeIdentifiers * bool -> System.Xml.Serialization.ImportContext
Public Sub New (identifiers As CodeIdentifiers, shareTypes As Boolean)

參數

identifiers
CodeIdentifiers

要套用內容的程式碼實體。

shareTypes
Boolean

Boolean 值,可判斷是否會在結構描述之間共用自訂型別。

適用於