Freigeben über


IVersionControlService.QueryCommandStatusForUnboundFile-Methode

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

Syntax

'Declaration
Function QueryCommandStatusForUnboundFile ( _
    operation As VersionControlOperationType, _
    <OutAttribute> ByRef pHide As Boolean, _
    <OutAttribute> ByRef pEnable As Boolean, _
    <OutAttribute> ByRef pFallback As Boolean _
) As Integer
int QueryCommandStatusForUnboundFile(
    VersionControlOperationType operation,
    out bool pHide,
    out bool pEnable,
    out bool pFallback
)

Parameter

Rückgabewert

Typ: System.Int32
Gibt Int32 zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

IVersionControlService Schnittstelle

Microsoft.VisualStudio.TeamFoundation.VersionControl-Namespace