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 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.ILinkingThe linking service provider to use.
artifactUri
Type: System.StringThe 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