Interface ICommandId
Les éléments suivants s'appliquent au v2.
Définit un ID de commande.
Espace de noms : Microsoft.WebMatrix.Extensibility
Assembly : Microsoft.WebMatrix.Extensibility (en Microsoft.WebMatrix.Extensibility.dll)
Syntaxe
'Déclaration
Public Interface ICommandId
'Utilisation
Dim instance As ICommandId
public interface ICommandId
public interface class ICommandId
type ICommandId = interface end
public interface ICommandId
Le type ICommandId expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
GroupId | Obtient l'ID de groupe pour la commande. | |
Id | Obtient un ID unique pour la commande (au sein de son groupe). | |
InvariantName | Obtient le nom invariant pour le ICommandId. |
Haut de la page