Sdílet prostřednictvím


Command.CommandArgument Vlastnost

Definice

Nastaví nebo vrátí argument přidružený k příkazu v ItemCommand události. Výchozí hodnota je prázdný řetězec (""). Toto rozhraní API je zastaralé. Informace o vývoji ASP.NET mobilních aplikací najdete v tématu Mobile Apps & Weby s 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

Hodnota vlastnosti

Argument přidružený k příkazu v sadě ItemCommand.

Atributy

Platí pro

Viz také