Command.CommandArgument プロパティ

定義

ItemCommand イベントのコマンドに関連付けられている引数を設定または返します。 既定値は空の文字列 ("") です。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。ASP.NET

public:
 property System::String ^ CommandArgument { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(true)]
public string CommandArgument { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.CommandArgument : string with get, set
Public Property CommandArgument As String

プロパティ値

ItemCommandのコマンドに関連付けられている引数。

属性

適用対象

こちらもご覧ください