共用方式為


ObjectListCommand 建構函式

定義

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

多載

ObjectListCommand()

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

ObjectListCommand(String, String)

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

ObjectListCommand()

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

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

備註

沒有參數建構函式會將所有屬性初始化為 null

另請參閱

適用於

ObjectListCommand(String, String)

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

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

參數

name
String

初始化 Name 屬性。

text
String

初始化 Text 屬性。

備註

第二個建構函式會分別使用名稱和文字參數來初始化 NameText 屬性。

另請參閱

適用於