Konstruktor LabelUri — (TeamFoundationServer, Int32)
Uwaga: ten interfejs API jest już przestarzały.
Konstruowanie obiektu Uri etykiety, biorąc pod uwagę Team Foundation Server adres Url i identyfikator etykiety.
Przestrzeń nazw: Microsoft.TeamFoundation.VersionControl.Common
Zestaw: Microsoft.TeamFoundation.VersionControl.Common.Integration (w Microsoft.TeamFoundation.VersionControl.Common.Integration.dll)
Składnia
'Deklaracja
<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 ( _
teamFoundationServer As TeamFoundationServer, _
labelId As Integer _
)
[ObsoleteAttribute("The TeamFoundationServer class is obsolete and so is this method. Use the overload of this method that takes a TfsTeamProjectCollection object instead.")]
public LabelUri(
TeamFoundationServer teamFoundationServer,
int labelId
)
Parametry
- teamFoundationServer
Typ: Microsoft.TeamFoundation.Client.TeamFoundationServer
Team Foundation Server Obiektu
- labelId
Typ: System.Int32
Identyfikator etykiety skojarzone z artefakt
Zabezpieczenia programu .NET Framework
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Przy użyciu bibliotek z częściowo zaufanego kodu..
Zobacz też
Informacje
Przestrzeń nazw Microsoft.TeamFoundation.VersionControl.Common