VersionControlIntegrationUri Constructor (String, ArtifactType, String)

Build a VersionControlIntegrationUri object by using the BIS server, artifact type, and artifact name.

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
)
public:
VersionControlIntegrationUri(
    String^ teamFoundationServerUrl, 
    ArtifactType artifactType, 
    String^ artifactName
)
new : 
        teamFoundationServerUrl:string * 
        artifactType:ArtifactType * 
        artifactName:string -> VersionControlIntegrationUri
public function VersionControlIntegrationUri(
    teamFoundationServerUrl : String, 
    artifactType : ArtifactType, 
    artifactName : String
)

Parameters

  • teamFoundationServerUrl
    Type: System.String

    The Team Foundation Server url

  • artifactName
    Type: System.String

    The artifact id (type dependent)

.NET Framework Security

See Also

Reference

VersionControlIntegrationUri Class

VersionControlIntegrationUri Overload

Microsoft.TeamFoundation.VersionControl.Common Namespace