ParameterConvertingCommand.CanExecute Method
Namespace: Microsoft.TeamFoundation.MVVM
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Function CanExecute ( _
parameter As Object _
) As Boolean
public bool CanExecute(
Object parameter
)
public:
virtual bool CanExecute(
Object^ parameter
) sealed
abstract CanExecute :
parameter:Object -> bool
override CanExecute :
parameter:Object -> bool
public final function CanExecute(
parameter : Object
) : boolean
Parameters
- parameter
Type: System.Object
Return Value
Type: System.Boolean
Returns Boolean.
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.