ObjectListCommand 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 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 和 Text 屬性。