TypeElement 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 TypeElement 類別的執行個體。
多載
TypeElement() |
初始化 TypeElement 類別的執行個體。 |
TypeElement(String) |
初始化 TypeElement 類別的執行個體。 |
TypeElement(Type) |
初始化 TypeElement 類別的執行個體。 |
TypeElement()
TypeElement(String)
初始化 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)
參數
- type
- String
組態屬性的型別。
適用於
TypeElement(Type)
初始化 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)
參數
- type
- Type
組態屬性的型別。