Share via


ImportContext(CodeIdentifiers, Boolean) Konstruktor

Definice

Inicializuje novou instanci ImportContext třídy pro dané identifikátory kódu s danou možností sdílení typů.

Toto rozhraní API podporuje produktovou infrastrukturu a není určené k použití přímo z uživatelského kódu.

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)

Parametry

identifiers
CodeIdentifiers

Entity kódu, na které se kontext vztahuje.

shareTypes
Boolean

Hodnota Boolean , která určuje, zda jsou vlastní typy sdíleny mezi schématem.

Platí pro