Udostępnij za pośrednictwem


TypeElement Konstruktory

Definicja

Inicjuje wystąpienie klasy TypeElement.

Przeciążenia

TypeElement()

Inicjuje wystąpienie klasy TypeElement.

TypeElement(String)

Inicjuje wystąpienie klasy TypeElement.

TypeElement(Type)

Inicjuje wystąpienie klasy TypeElement.

TypeElement()

Inicjuje wystąpienie klasy TypeElement.

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

Dotyczy

TypeElement(String)

Inicjuje wystąpienie klasy TypeElement.

public:
 TypeElement(System::String ^ type);
public TypeElement (string type);
new System.Web.Services.Configuration.TypeElement : string -> System.Web.Services.Configuration.TypeElement
Public Sub New (type As String)

Parametry

type
String

Typ atrybutu konfiguracji.

Dotyczy

TypeElement(Type)

Inicjuje wystąpienie klasy TypeElement.

public:
 TypeElement(Type ^ type);
public TypeElement (Type type);
new System.Web.Services.Configuration.TypeElement : Type -> System.Web.Services.Configuration.TypeElement
Public Sub New (type As Type)

Parametry

type
Type

Typ atrybutu konfiguracji.

Dotyczy