ObjectList.Commands プロパティ

定義

ObjectList オブジェクト内のコマンドのコレクションを取得します。 最初は、コレクションは空です。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。ASP.NET

public:
 virtual property System::Web::UI::MobileControls::ObjectListCommandCollection ^ Commands { System::Web::UI::MobileControls::ObjectListCommandCollection ^ get(); };
[System.ComponentModel.Bindable(false)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerDefaultProperty)]
public virtual System.Web.UI.MobileControls.ObjectListCommandCollection Commands { get; }
[<System.ComponentModel.Bindable(false)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerDefaultProperty)>]
member this.Commands : System.Web.UI.MobileControls.ObjectListCommandCollection
Public Overridable ReadOnly Property Commands As ObjectListCommandCollection

プロパティ値

オブジェクト リスト内のコマンドのコレクション。

属性

適用対象

こちらもご覧ください