VersionControlIntegrationUri Constructor (String, ArtifactType, String)
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
- artifactType
Type: Microsoft.TeamFoundation.VersionControl.Common.ArtifactType
- artifactName
Type: System.String
.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