Command.CommandArgument Właściwość

Definicja

Ustawia lub zwraca argument skojarzony z poleceniem ItemCommand w zdarzeniu. Wartość domyślna to pusty ciąg (""). Ten interfejs API jest przestarzały. Aby uzyskać informacje na temat tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Witryny z 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

Wartość właściwości

Argument skojarzony z poleceniem w pliku ItemCommand.

Atrybuty

Dotyczy

Zobacz też