ICommandId-Schnittstelle
Die folgenden Ausführungen gelten für v2.
Definiert eine Befehls-ID.
Namespace: Microsoft.WebMatrix.Extensibility
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public Interface ICommandId
'Usage
Dim instance As ICommandId
public interface ICommandId
public interface class ICommandId
type ICommandId = interface end
public interface ICommandId
Der ICommandId-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
GroupId | Ruft die Gruppen-ID für den Befehl ab. | |
Id | Ruft eine eindeutige ID für den Befehl (in seiner Gruppe) ab. | |
InvariantName | Ruft den invarianten Namen für ICommandId ab. |
Zum Anfang