Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.TfsTeamProjectCollectionA valid TfsTeamProjectCollection object
artifactType
Type: Microsoft.TeamFoundation.VersionControl.Common.ArtifactTypeThe type of artifact to create
artifactName
Type: System.StringThe 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