ICommandTarget.CanExecute-Methode
Die folgenden Ausführungen gelten für v2.
Gibt an, dass der Befehlsstatus ausgeführt werden kann.
Namespace: Microsoft.WebMatrix.Extensibility
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Function CanExecute ( _
commandId As ICommandId, _
parameter As Object _
) As CommandStatus
'Usage
Dim instance As ICommandTarget
Dim commandId As ICommandId
Dim parameter As Object
Dim returnValue As CommandStatus
returnValue = instance.CanExecute(commandId, _
parameter)
CommandStatus CanExecute(
ICommandId commandId,
Object parameter
)
CommandStatus CanExecute(
ICommandId^ commandId,
Object^ parameter
)
abstract CanExecute :
commandId:ICommandId *
parameter:Object -> CommandStatus
function CanExecute(
commandId : ICommandId,
parameter : Object
) : CommandStatus
Parameter
commandId
Typ: Microsoft.WebMatrix.Extensibility.ICommandIdDer Befehlsbezeichner.
parameter
Typ: System.ObjectDer Befehlsparameter.
Rückgabewert
Typ: Microsoft.WebMatrix.Extensibility.CommandStatus
Der Befehlsstatus.