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
- relativePath
Type: System.String
- solutionPath
Type: System.String
- isMSSCCIPath
Type: System.Boolean
- isLoadingSolutionInSolution
Type: System.Boolean
- serverPath
Type: System.String%
Return Value
Type: System.Int32
Returns Int32.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IVersionControlService Interface
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace