ObjectListCommand 建構函式

定義

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

多載

名稱 Description
ObjectListCommand()

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

ObjectListCommand(String, String)

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

ObjectListCommand()

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

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

備註

無參數建構子將所有屬性初始化為 null

另請參閱

適用於

ObjectListCommand(String, String)

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

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

備註

第二個建構子分別使用名稱參數與文字參數來初始 Name 化 和 Text 屬性。

另請參閱

適用於