DataSourceView.CanExecute(String) 메서드

정의

지정된 명령을 실행할 수 있는지 여부를 결정합니다.

public:
 virtual bool CanExecute(System::String ^ commandName);
public virtual bool CanExecute (string commandName);
abstract member CanExecute : string -> bool
override this.CanExecute : string -> bool
Public Overridable Function CanExecute (commandName As String) As Boolean

매개 변수

commandName
String

명령 이름입니다.

반환

명령을 실행할 수 있으면 true이고, 그렇지 않으면 false입니다.

적용 대상