共用方式為


TypeElement 建構函式

定義

初始化 TypeElement 類別的執行個體。

多載

TypeElement()

初始化 TypeElement 類別的執行個體。

TypeElement(String)

初始化 TypeElement 類別的執行個體。

TypeElement(Type)

初始化 TypeElement 類別的執行個體。

TypeElement()

初始化 TypeElement 類別的執行個體。

public:
 TypeElement();
public TypeElement ();
Public Sub New ()

適用於

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

組態屬性的型別。

適用於