TypeElement Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Inicializuje instanci TypeElement třídy.
Přetížení
| Name | Description |
|---|---|
| TypeElement() |
Inicializuje instanci TypeElement třídy. |
| TypeElement(String) |
Inicializuje instanci TypeElement třídy. |
| TypeElement(Type) |
Inicializuje instanci TypeElement třídy. |
TypeElement()
Inicializuje instanci TypeElement třídy.
public:
TypeElement();
public TypeElement();
Public Sub New ()
Platí pro
TypeElement(String)
Inicializuje instanci TypeElement třídy.
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 atributu konfigurace.
Platí pro
TypeElement(Type)
Inicializuje instanci TypeElement třídy.
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 atributu konfigurace.