VersionControlIntegrationUri Constructor (TeamFoundationServer, String)

Note: This API is now obsolete.

Construct an Integration uri object given a TeamFoundationServer object and an artifact name.

Namespace:  Microsoft.TeamFoundation.VersionControl.Common
Assembly:  Microsoft.TeamFoundation.VersionControl.Common.Integration (in Microsoft.TeamFoundation.VersionControl.Common.Integration.dll)

Syntax

'Declaration
<ObsoleteAttribute("The TeamFoundationServer class is obsolete and so is this method. Use the overload of this method that takes a TfsTeamProjectCollection object instead.")> _
Public Sub New ( _
    tfs As TeamFoundationServer, _
    bisUri As String _
)
[ObsoleteAttribute("The TeamFoundationServer class is obsolete and so is this method. Use the overload of this method that takes a TfsTeamProjectCollection object instead.")]
public VersionControlIntegrationUri(
    TeamFoundationServer tfs,
    string bisUri
)
[ObsoleteAttribute(L"The TeamFoundationServer class is obsolete and so is this method. Use the overload of this method that takes a TfsTeamProjectCollection object instead.")]
public:
VersionControlIntegrationUri(
    TeamFoundationServer^ tfs, 
    String^ bisUri
)
[<ObsoleteAttribute("The TeamFoundationServer class is obsolete and so is this method. Use the overload of this method that takes a TfsTeamProjectCollection object instead.")>]
new : 
        tfs:TeamFoundationServer * 
        bisUri:string -> VersionControlIntegrationUri
public function VersionControlIntegrationUri(
    tfs : TeamFoundationServer, 
    bisUri : String
)

Parameters

.NET Framework Security

See Also

Reference

VersionControlIntegrationUri Class

VersionControlIntegrationUri Overload

Microsoft.TeamFoundation.VersionControl.Common Namespace