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 值,确定自定义类型是否由架构共享。

适用于