VersionControlIntegrationUri-Konstruktor (TfsTeamProjectCollection, ArtifactType, String)
Erstellen Sie ein VersionControlIntegrationUri-Objekt, das ein TfsTeamProjectCollections-Objekt, einen Typ 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, _
artifactType As ArtifactType, _
artifactName As String _
)
public VersionControlIntegrationUri(
TfsTeamProjectCollection teamProjectCollection,
ArtifactType artifactType,
string artifactName
)
Parameter
- teamProjectCollection
Typ: Microsoft.TeamFoundation.Client.TfsTeamProjectCollection
Ein gültiges TfsTeamProjectCollections-Objekt
- artifactType
Typ: Microsoft.TeamFoundation.VersionControl.Common.ArtifactType
Der Typ des Artefakts zu erstellen
- artifactName
Typ: System.String
Der Name des Artefakts
.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