Command.CommandArgument 속성

정의

이벤트의 명령과 연결된 인수를 설정하거나 반환합니다 ItemCommand . 기본값은 빈 문자열("")입니다. 이 API는 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 모빌 앱 및 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.

특성

적용 대상

추가 정보