Share via


IVersionControlService.BrowseForProject Method

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

Syntax

'Declaration
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
)
int BrowseForProject(
    [InAttribute] String^ solutionName, 
    [InAttribute] String^ localPath, 
    [InAttribute] bool isSolution, 
    [InAttribute] bool forceBrowse, 
    [OutAttribute] String^% repositoryPath, 
    [OutAttribute] int% dialogResult
)
abstract BrowseForProject : 
        solutionName:string * 
        localPath:string * 
        isSolution:bool * 
        forceBrowse:bool * 
        repositoryPath:string byref * 
        dialogResult:int byref -> int
function BrowseForProject(
    solutionName : String, 
    localPath : String, 
    isSolution : boolean, 
    forceBrowse : boolean, 
    repositoryPath : String, 
    dialogResult : int
) : int

Parameters

Return Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

IVersionControlService Interface

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace