共用方式為


ControlElement(String, Type) 建構函式

定義

建立 ControlElement 類別的執行個體。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites

public:
 ControlElement(System::String ^ name, Type ^ adapter);
public ControlElement (string name, Type adapter);
new System.Web.UI.MobileControls.ControlElement : string * Type -> System.Web.UI.MobileControls.ControlElement
Public Sub New (name As String, adapter As Type)

參數

name
String

套用組態的控制項名稱。

adapter
Type

控制項應使用之配置器的 Type

適用於

另請參閱