Konstruktor ShelvedItemUri — (TeamFoundationServer, String, String, String, UriType)
Uwaga: ten interfejs API jest już przestarzały.
Konstruowanie obiektu numerów Uri elementu, biorąc pod uwagę Team Foundation Server obiektu, ścieżka serwera, nazwę shelveset i właściciela oraz usunięcia identyfikatora i czy będzie Uri dla widoku sieci Web
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, _
serverItem As String, _
shelvesetName As String, _
shelvesetOwner As String, _
type As UriType _
)
[ObsoleteAttribute("The TeamFoundationServer class is obsolete and so is this method. Use the overload of this method that takes a TfsTeamProjectCollection object instead.")]
public ShelvedItemUri(
TeamFoundationServer teamFoundationServer,
string serverItem,
string shelvesetName,
string shelvesetOwner,
UriType type
)
Parametry
- teamFoundationServer
Typ: Microsoft.TeamFoundation.Client.TeamFoundationServer
Team Foundation Server Obiektu
- serverItem
Typ: System.String
Ścieżka serwera elementu
- shelvesetName
Typ: System.String
- shelvesetOwner
Typ: System.String
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