VersionControlIntegrationUri-Konstruktor (TfsTeamProjectCollection, String)
Erstellen Sie ein Integrations-URIobjekt, das ein TeamFoundationServer-Objekt und einen Artefaktnamen angegeben wird.
Namespace: Microsoft.TeamFoundation.VersionControl.Common
Assembly: Microsoft.TeamFoundation.VersionControl.Common.Integration (in Microsoft.TeamFoundation.VersionControl.Common.Integration.dll)
Syntax
'Declaration
Public Sub New ( _
teamProjectCollection As TfsTeamProjectCollection, _
bisUri As String _
)
public VersionControlIntegrationUri(
TfsTeamProjectCollection teamProjectCollection,
string bisUri
)
Parameter
- teamProjectCollection
Typ: Microsoft.TeamFoundation.Client.TfsTeamProjectCollection
- bisUri
Typ: System.String
.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
VersionControlIntegrationUri Klasse