Método IVersionControlService.QueryCommandStatusForUnboundFile
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (em Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Sintaxe
'Declaração
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
)
Parâmetros
- pHide
Tipo: System.Boolean%
- pEnable
Tipo: System.Boolean%
- pFallback
Tipo: System.Boolean%
Valor de retorno
Tipo: System.Int32
Retorna Int32.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.
Consulte também
Referência
IVersionControlService Interface
Namespace Microsoft.VisualStudio.TeamFoundation.VersionControl