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 Integration uri object by using a Url of a Team Foundation Server and an 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, _
artifactUri As String _
)
public VersionControlIntegrationUri(
string teamFoundationServerUrl,
string artifactUri
)
public:
VersionControlIntegrationUri(
String^ teamFoundationServerUrl,
String^ artifactUri
)
new :
teamFoundationServerUrl:string *
artifactUri:string -> VersionControlIntegrationUri
public function VersionControlIntegrationUri(
teamFoundationServerUrl : String,
artifactUri : String
)
Parameters
- teamFoundationServerUrl
Type: System.String
- artifactUri
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