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 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
Public Sub New ( _
teamProjectCollection As TfsTeamProjectCollection, _
bisUri As String _
)
public VersionControlIntegrationUri(
TfsTeamProjectCollection teamProjectCollection,
string bisUri
)
public:
VersionControlIntegrationUri(
TfsTeamProjectCollection^ teamProjectCollection,
String^ bisUri
)
new :
teamProjectCollection:TfsTeamProjectCollection *
bisUri:string -> VersionControlIntegrationUri
public function VersionControlIntegrationUri(
teamProjectCollection : TfsTeamProjectCollection,
bisUri : String
)
Parameters
- teamProjectCollection
Type: Microsoft.TeamFoundation.Client.TfsTeamProjectCollection
- bisUri
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