Freigeben über


IVersionControlService.ValidateLocalAndMappedServerPath-Methode

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

Syntax

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

Parameter

Rückgabewert

Typ: System.Int32
Gibt Int32 zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

IVersionControlService Schnittstelle

Microsoft.VisualStudio.TeamFoundation.VersionControl-Namespace