ImportContext(CodeIdentifiers, Boolean) Constructor

Definitie

Initialiseert een nieuw exemplaar van de ImportContext klasse voor de opgegeven code-id's, met de opgegeven optie voor het delen van typen.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

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)

Parameters

identifiers
CodeIdentifiers

De code-entiteiten waarop de context van toepassing is.

shareTypes
Boolean

Een Boolean waarde die bepaalt of aangepaste typen worden gedeeld tussen het schema.

Van toepassing op