TypeElement Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma instância da classe TypeElement.
Sobrecargas
TypeElement() |
Inicializa uma instância da classe TypeElement. |
TypeElement(String) |
Inicializa uma instância da classe TypeElement. |
TypeElement(Type) |
Inicializa uma instância da classe TypeElement. |
TypeElement()
Inicializa uma instância da classe TypeElement.
public:
TypeElement();
public TypeElement ();
Public Sub New ()
Aplica-se a
TypeElement(String)
Inicializa uma instância da classe 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)
Parâmetros
- type
- String
O tipo do atributo de configuração.
Aplica-se a
TypeElement(Type)
Inicializa uma instância da classe 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)
Parâmetros
- type
- Type
O tipo do atributo de configuração.