Partilhar via


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

Valor de retorno

Tipo: System.Int32
Retorna Int32.

Segurança do .NET Framework

Consulte também

Referência

IVersionControlService Interface

Namespace Microsoft.VisualStudio.TeamFoundation.VersionControl