Udostępnij za pośrednictwem


SchemaImporterExtensionElement Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy SchemaImporterExtensionElement.

Przeciążenia

SchemaImporterExtensionElement()

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

Inicjuje nowe wystąpienie klasy SchemaImporterExtensionElement.

SchemaImporterExtensionElement(String, String)

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

Inicjuje SchemaImporterExtensionElement nowe wystąpienie klasy i określa nazwę i typ rozszerzenia.

SchemaImporterExtensionElement(String, Type)

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

Inicjuje SchemaImporterExtensionElement nowe wystąpienie klasy przy użyciu określonej nazwy i typu.

SchemaImporterExtensionElement()

Inicjuje nowe wystąpienie klasy SchemaImporterExtensionElement.

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

public:
 SchemaImporterExtensionElement();
public SchemaImporterExtensionElement ();
Public Sub New ()

Dotyczy

SchemaImporterExtensionElement(String, String)

Inicjuje SchemaImporterExtensionElement nowe wystąpienie klasy i określa nazwę i typ rozszerzenia.

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

public:
 SchemaImporterExtensionElement(System::String ^ name, System::String ^ type);
public SchemaImporterExtensionElement (string name, string type);
new System.Xml.Serialization.Configuration.SchemaImporterExtensionElement : string * string -> System.Xml.Serialization.Configuration.SchemaImporterExtensionElement
Public Sub New (name As String, type As String)

Parametry

name
String

Nazwa nowego rozszerzenia. Nazwa musi być unikatowa.

type
String

Typ nowego rozszerzenia określony jako ciąg.

Dotyczy

SchemaImporterExtensionElement(String, Type)

Inicjuje SchemaImporterExtensionElement nowe wystąpienie klasy przy użyciu określonej nazwy i typu.

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

public:
 SchemaImporterExtensionElement(System::String ^ name, Type ^ type);
public SchemaImporterExtensionElement (string name, Type type);
new System.Xml.Serialization.Configuration.SchemaImporterExtensionElement : string * Type -> System.Xml.Serialization.Configuration.SchemaImporterExtensionElement
Public Sub New (name As String, type As Type)

Parametry

name
String

Nazwa nowego rozszerzenia. Nazwa musi być unikatowa.

type
Type

Nowe Type rozszerzenie.

Dotyczy