Construct an Integration Uri object by using the proxy services of a specific service provider.
Namespace:  Microsoft.TeamFoundation.VersionControl.Common
Assembly:  Microsoft.TeamFoundation.VersionControl.Common.Integration (in Microsoft.TeamFoundation.VersionControl.Common.Integration.dll)
Syntax
'Declaration
Public Sub New ( _
    linkingProvider As ILinking, _
    artifactUri As String _
)
public VersionControlIntegrationUri(
    ILinking linkingProvider,
    string artifactUri
)
public:
VersionControlIntegrationUri(
    ILinking^ linkingProvider, 
    String^ artifactUri
)
new : 
        linkingProvider:ILinking * 
        artifactUri:string -> VersionControlIntegrationUri
public function VersionControlIntegrationUri(
    linkingProvider : ILinking, 
    artifactUri : String
)
Parameters
- linkingProvider 
 Type: Microsoft.TeamFoundation.ILinking- The linking service provider to use. 
- artifactUri 
 Type: System.String- The string constituting the Bis Uri 
.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