Share via


Método IVersionControlService.BrowseForProject

Namespace:  Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly:  Microsoft.VisualStudio.TeamFoundation.VersionControl (em Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)

Sintaxe

'Declaração
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
)

Parâmetros

Valor de retorno

Tipo: System.Int32
Retorna Int32.

Segurança do .NET Framework

Consulte também

Referência

IVersionControlService Interface

Namespace Microsoft.VisualStudio.TeamFoundation.VersionControl