IVersionControlService.GetServerPathFromSolutionRelativePath Method

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

Syntax

'Declaration
Function GetServerPathFromSolutionRelativePath ( _
    relativePath As String, _
    solutionPath As String, _
    isMSSCCIPath As Boolean, _
    isLoadingSolutionInSolution As Boolean, _
    <OutAttribute> ByRef serverPath As String _
) As Integer
int GetServerPathFromSolutionRelativePath(
    string relativePath,
    string solutionPath,
    bool isMSSCCIPath,
    bool isLoadingSolutionInSolution,
    out string serverPath
)
int GetServerPathFromSolutionRelativePath(
    [InAttribute] String^ relativePath, 
    [InAttribute] String^ solutionPath, 
    [InAttribute] bool isMSSCCIPath, 
    [InAttribute] bool isLoadingSolutionInSolution, 
    [OutAttribute] String^% serverPath
)
abstract GetServerPathFromSolutionRelativePath : 
        relativePath:string * 
        solutionPath:string * 
        isMSSCCIPath:bool * 
        isLoadingSolutionInSolution:bool * 
        serverPath:string byref -> int
function GetServerPathFromSolutionRelativePath(
    relativePath : String, 
    solutionPath : String, 
    isMSSCCIPath : boolean, 
    isLoadingSolutionInSolution : boolean, 
    serverPath : String
) : int

Parameters

Return Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

IVersionControlService Interface

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace