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 
- artifactType 
 Type: Microsoft.TeamFoundation.VersionControl.Common.ArtifactType- The artifact type 
- artifactName 
 Type: System.String- The artifact id (type dependent) 
.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