DataSourceView.CanExecute(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the specified command can be executed.
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
Parameters
- commandName
- String
The name of the command.
Returns
true
if the command can be executed; otherwise, false
.
Applies to
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.