TypeElement Construtores

Definição

Inicializa uma instância da TypeElement classe.

Sobrecargas

Name Description
TypeElement()

Inicializa uma instância da TypeElement classe.

TypeElement(String)

Inicializa uma instância da TypeElement classe.

TypeElement(Type)

Inicializa uma instância da TypeElement classe.

TypeElement()

Inicializa uma instância da TypeElement classe.

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

Aplica-se a

TypeElement(String)

Inicializa uma instância da TypeElement classe.

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)

Parâmetros

type
String

O tipo do atributo de configuração.

Aplica-se a

TypeElement(Type)

Inicializa uma instância da TypeElement classe.

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)

Parâmetros

type
Type

O tipo do atributo de configuração.

Aplica-se a