Sdílet prostřednictvím


TypeElement Konstruktory

Definice

Inicializuje instanci třídy TypeElement.

Přetížení

TypeElement()

Inicializuje instanci třídy TypeElement.

TypeElement(String)

Inicializuje instanci třídy TypeElement.

TypeElement(Type)

Inicializuje instanci třídy TypeElement.

TypeElement()

Inicializuje instanci třídy TypeElement.

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

Platí pro

TypeElement(String)

Inicializuje instanci třídy 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 atributu konfigurace.

Platí pro

TypeElement(Type)

Inicializuje instanci třídy 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 atributu konfigurace.

Platí pro