Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This member overrides OpenDocumentCommand.CanExecute(Object).
Namespace: Microsoft.TeamFoundation.MVVM
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Overrides Function CanExecute ( _
parameter As Object _
) As Boolean
public override bool CanExecute(
Object parameter
)
public:
virtual bool CanExecute(
Object^ parameter
) override
abstract CanExecute :
parameter:Object -> bool
override CanExecute :
parameter:Object -> bool
public override 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.