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 třídy TypeElement.
Přetížení
| TypeElement() |
Inicializuje instanci třídy TypeElement. |
| TypeElement(String) |
Inicializuje instanci třídy TypeElement. |
| TypeElement(Type) |
Inicializuje instanci třídy TypeElement. |
TypeElement()
Inicializuje instanci třídy TypeElement.
public:
TypeElement();
public TypeElement();
Public Sub New ()
Platí pro
TypeElement(String)
Inicializuje instanci třídy 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 atributu konfigurace.
Platí pro
TypeElement(Type)
Inicializuje instanci třídy 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 atributu konfigurace.