Construct an VersionControlIntegrationUri object given a TfsTeamProjectCollection object, 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 ( _
    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- A valid TfsTeamProjectCollection object 
- artifactType 
 Type: Microsoft.TeamFoundation.VersionControl.Common.ArtifactType- The type of artifact to create 
- artifactName 
 Type: System.String- The name of the artifact 
.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