CommandStatus-Enumeration
Die folgenden Ausführungen gelten für v2.
Gibt den CommandStatus-Rückgabewert an, der in CanExecute verwendet wird.
Diese Enumeration verfügt über ein FlagsAttribute-Attribut, das die bitweise Kombination der Elementwerte zulässt.
Namespace: Microsoft.WebMatrix.Extensibility
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration CommandStatus
'Usage
Dim instance As CommandStatus
[FlagsAttribute]
public enum CommandStatus
[FlagsAttribute]
public enum class CommandStatus
[<FlagsAttribute>]
type CommandStatus
public enum CommandStatus
Elemente
Elementname | Beschreibung | |
---|---|---|
UnSupported | CommandId ist dem canexecute-Handler nicht bekannt. | |
Supported | CommandId ist bekannt, jedoch zurzeit aufgrund des Kontexts deaktiviert. | |
Enabled | CommandId ist bekannt, der Befehl ist aktiviert. Wird niemals als alleinstehendes Kennzeichen zurückgegeben. | |
EnabledAndSupported | CommandId ist bekannt und aktiviert. |