IVersionControlService.GetServerPathFromSolutionRelativePath, méthode
Espace de noms : Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly : Microsoft.VisualStudio.TeamFoundation.VersionControl (dans Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- relativePath
Type : System.String
- solutionPath
Type : System.String
- isMSSCCIPath
Type : System.Boolean
- isLoadingSolutionInSolution
Type : System.Boolean
- serverPath
Type : System.String%
Valeur de retour
Type : System.Int32
retourne Int32 ;
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
IVersionControlService Interface
Microsoft.VisualStudio.TeamFoundation.VersionControl, espace de noms