Udostępnij za pośrednictwem


ImportContext(CodeIdentifiers, Boolean) Konstruktor

Definicja

Inicjuje nowe wystąpienie ImportContext klasy dla podanych identyfikatorów kodu z daną opcją udostępniania typów.

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

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

Jednostki kodu, do których ma zastosowanie kontekst.

shareTypes
Boolean

Wartość określająca Boolean , czy typy niestandardowe są współdzielone między schematami.

Dotyczy