Partager via


IVersionControlProvider.QueryCommandStatus, méthode

Espace de noms :  Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly :  Microsoft.VisualStudio.TeamFoundation.VersionControl (dans Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)

Syntaxe

'Déclaration
Function QueryCommandStatus ( _
    command As VersionControlCommand, _
    <OutAttribute> ByRef isSupported As Boolean, _
    <OutAttribute> ByRef isEnabled As Boolean, _
    <OutAttribute> ByRef isInvisible As Boolean _
) As Integer
int QueryCommandStatus(
    VersionControlCommand command,
    out bool isSupported,
    out bool isEnabled,
    out bool isInvisible
)

Paramètres

Valeur de retour

Type : System.Int32
retourne Int32 ;

Sécurité .NET Framework

Voir aussi

Référence

IVersionControlProvider Interface

Microsoft.VisualStudio.TeamFoundation.VersionControl, espace de noms