Método IVersionControlService.ValidateLocalAndMappedServerPath
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (em Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Sintaxe
'Declaração
Function ValidateLocalAndMappedServerPath ( _
localPath As String, _
<OutAttribute> ByRef pResultSummary As Boolean, _
<OutAttribute> ByRef pValid As Boolean, _
<OutAttribute> ByRef pMapped As Boolean _
) As Integer
int ValidateLocalAndMappedServerPath(
string localPath,
out bool pResultSummary,
out bool pValid,
out bool pMapped
)
Parâmetros
- localPath
Tipo: System.String
- pResultSummary
Tipo: System.Boolean%
- pValid
Tipo: System.Boolean%
- pMapped
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