Partager via


SimpleEditorView.QueryCommandStatus, méthode

Obtient l'état de la commande spécifiée.

Espace de noms :  Microsoft.VisualStudio.Package
Assembly :  Microsoft.VisualStudio.Package.LanguageService (dans Microsoft.VisualStudio.Package.LanguageService.dll)

Syntaxe

'Déclaration
Protected Overridable Function QueryCommandStatus ( _
    ByRef guidCmdGroup As Guid, _
    cmdId As UInteger _
) As Integer
protected virtual int QueryCommandStatus(
    ref Guid guidCmdGroup,
    uint cmdId
)

Paramètres

  • guidCmdGroup
    Type : System.Guid%
    GUID du groupe de commandes auquel appartient la commande.

Valeur de retour

Type : System.Int32
Par défaut cela recherche les commandes de menu et retourne leur état, sinon retourne OLECMDERR_E_NOTSUPPORTED. Une fois substitué par les classes dérivées pour fournir l'état de la commande personnalisé, il doit retourner OLECMDF_SUPPORTED ou OLECMDF_ENABLED.

Sécurité .NET Framework

Voir aussi

Référence

SimpleEditorView Classe

Microsoft.VisualStudio.Package, espace de noms