IVersionControlService.BrowseForProject-Methode
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
)
Parameter
- solutionName
Typ: System.String
- localPath
Typ: System.String
- isSolution
Typ: System.Boolean
- forceBrowse
Typ: System.Boolean
- repositoryPath
Typ: System.String%
- dialogResult
Typ: System.Int32%
Rückgabewert
Typ: System.Int32
Gibt Int32 zurück.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.
Siehe auch
Referenz
IVersionControlService Schnittstelle
Microsoft.VisualStudio.TeamFoundation.VersionControl-Namespace