ObjectListShowCommandsEventArgs.Commands プロパティ

定義

ObjectListCommandCollection オブジェクト内のコマンドのコレクションを取得または設定します。 初期状態では、コレクションは空です。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「mobile Apps & Sites with ASP.NET」を参照してください。

public:
 property System::Web::UI::MobileControls::ObjectListCommandCollection ^ Commands { System::Web::UI::MobileControls::ObjectListCommandCollection ^ get(); };
public System.Web.UI.MobileControls.ObjectListCommandCollection Commands { get; }
member this.Commands : System.Web.UI.MobileControls.ObjectListCommandCollection
Public ReadOnly Property Commands As ObjectListCommandCollection

プロパティ値

ObjectListCommandCollection 内のコマンドのコレクション。

注釈

クラスの 、および RemoveAt メソッドを使用して、RemoveAddAtAddコレクション内のコマンドをObjectListCommandCollection追加または削除できます。 このプロパティを使用すると、イベント中ShowItemCommandsにオブジェクト内の 1 つの項目のコマンドにObjectListアクセスして変更できます。 行われた変更は、オブジェクトに対して指定されたコマンドの基本コレクションには ObjectList 影響しません。

適用対象

こちらもご覧ください