共用方式為


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參數。

屬性

適用於

另請參閱