DelegateCommand::CanExecute Method (Object^)
Visual Studio 2015
Determines whether the command can be executed in the current state.
Assembly: Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)
public: [DebuggerStepThroughAttribute] virtual bool CanExecute( Object^ parameter ) sealed
Parameters
- parameter
-
Type:
System::Object^
The parameter to be passed to the execute method.
Implements
ICommand::CanExecute(Object^)
Show: