Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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