IVersionControlService.GetServerPathFromSolutionRelativePath 方法

命名空间:  Microsoft.VisualStudio.TeamFoundation.VersionControl
程序集:  Microsoft.VisualStudio.TeamFoundation.VersionControl(在 Microsoft.VisualStudio.TeamFoundation.VersionControl.dll 中)

语法

声明
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
)

参数

返回值

类型:System.Int32
返回 Int32

.NET Framework 安全性

请参阅

参考

IVersionControlService 接口

Microsoft.VisualStudio.TeamFoundation.VersionControl 命名空间