Método IVersionControlService.GetServerPathFromSolutionRelativePath
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (em Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Sintaxe
'Declaração
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
)
Parâmetros
- relativePath
Tipo: System.String
- solutionPath
Tipo: System.String
- isMSSCCIPath
Tipo: System.Boolean
- isLoadingSolutionInSolution
Tipo: System.Boolean
- serverPath
Tipo: System.String%
Valor de retorno
Tipo: System.Int32
Retorna Int32.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.
Consulte também
Referência
IVersionControlService Interface
Namespace Microsoft.VisualStudio.TeamFoundation.VersionControl