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 wystąpienie klasy TypeElement.
Przeciążenia
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.