Język

TypeElement Konstruktory

Definicja

Inicjuje TypeElement wystąpienie klasy .

Przeciążenia

Nazwa Opis
TypeElement()

Inicjuje TypeElement wystąpienie klasy .

TypeElement(String)

Inicjuje TypeElement wystąpienie klasy .

TypeElement(Type)

Inicjuje TypeElement wystąpienie klasy .

TypeElement()

Inicjuje TypeElement wystąpienie klasy .

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

Dotyczy

TypeElement(String)

Inicjuje TypeElement wystąpienie klasy .

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 TypeElement wystąpienie klasy .

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