TypeElement Konstruktorów
Definicja
Ważny
Niektóre informacje dotyczą produktów przedpremierowych, które mogą zostać znacznie zmodyfikowane przed premierą. Microsoft nie udziela żadnych gwarancji, ani wyraźnych, ani domniemanych, dotyczących informacji podanych tutaj.
Inicjuje wystąpienie klasy TypeElement.
Przeciążenia
| Nazwa | Opis |
|---|---|
| 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.