TypeElement Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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.