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
- solutionName
Type: System.String
- localPath
Type: System.String
- isSolution
Type: System.Boolean
- forceBrowse
Type: System.Boolean
- repositoryPath
Type: System.String%
- dialogResult
Type: System.Int32%
Return Value
Type: System.Int32
Returns Int32.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IVersionControlService Interface
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace