Freigeben über


VersionControlIntegrationUri-Konstruktor (String, ArtifactType, String)

Erstellen Sie ein VersionControlIntegrationUri-Objekt, indem Sie den BIS-Server, den Artefakttyp und den Artefaktnamen verwenden.

Namespace:  Microsoft.TeamFoundation.VersionControl.Common
Assembly:  Microsoft.TeamFoundation.VersionControl.Common.Integration (in Microsoft.TeamFoundation.VersionControl.Common.Integration.dll)

Syntax

'Declaration
Public Sub New ( _
    teamFoundationServerUrl As String, _
    artifactType As ArtifactType, _
    artifactName As String _
)
public VersionControlIntegrationUri(
    string teamFoundationServerUrl,
    ArtifactType artifactType,
    string artifactName
)

Parameter

  • teamFoundationServerUrl
    Typ: System.String
    Das Team Foundation Server URL
  • artifactName
    Typ: System.String
    Die Artefakt-ID (Typabhängiges Ebene)

.NET Framework-Sicherheit

Siehe auch

Referenz

VersionControlIntegrationUri Klasse

VersionControlIntegrationUri-Überladung

Microsoft.TeamFoundation.VersionControl.Common-Namespace