IVersionControlService.BrowseForProject, méthode
Espace de noms : Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly : Microsoft.VisualStudio.TeamFoundation.VersionControl (dans Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Syntaxe
'Déclaration
Function BrowseForProject ( _
solutionName As String, _
localPath As String, _
isSolution As Boolean, _
forceBrowse As Boolean, _
<OutAttribute> ByRef repositoryPath As String, _
<OutAttribute> ByRef dialogResult As Integer _
) As Integer
int BrowseForProject(
string solutionName,
string localPath,
bool isSolution,
bool forceBrowse,
out string repositoryPath,
out int dialogResult
)
Paramètres
- solutionName
Type : System.String
- localPath
Type : System.String
- isSolution
Type : System.Boolean
- forceBrowse
Type : System.Boolean
- repositoryPath
Type : System.String%
- dialogResult
Type : System.Int32%
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