Freigeben über


IVersionControlProvider.QueryCommandStatus-Methode

Namespace:  Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly:  Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)

Syntax

'Declaration
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
)

Parameter

Rückgabewert

Typ: System.Int32
Gibt Int32 zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

IVersionControlProvider Schnittstelle

Microsoft.VisualStudio.TeamFoundation.VersionControl-Namespace