Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
)
public:
VersionControlIntegrationUri(
TfsTeamProjectCollection^ teamProjectCollection,
ArtifactType artifactType,
String^ artifactName
)
new :
teamProjectCollection:TfsTeamProjectCollection *
artifactType:ArtifactType *
artifactName:string -> VersionControlIntegrationUri
public function VersionControlIntegrationUri(
teamProjectCollection : TfsTeamProjectCollection,
artifactType : ArtifactType,
artifactName : String
)
Parameters
- teamProjectCollection
Type: Microsoft.TeamFoundation.Client.TfsTeamProjectCollection
- artifactType
Type: Microsoft.TeamFoundation.VersionControl.Common.ArtifactType
- artifactName
Type: System.String
.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
VersionControlIntegrationUri Class