Konstruktor ShelvedItemUri — (String, String, String, String, UriType)
Konstruowanie obiektu Uri elementu Shelveset, biorąc pod uwagę Team Foundation Server adres Url, ścieżka serwera, nazwę shelveset i właściciela.
Przestrzeń nazw: Microsoft.TeamFoundation.VersionControl.Common
Zestaw: Microsoft.TeamFoundation.VersionControl.Common.Integration (w Microsoft.TeamFoundation.VersionControl.Common.Integration.dll)
Składnia
'Deklaracja
Public Sub New ( _
teamFoundationServerUrl As String, _
serverItem As String, _
shelvesetName As String, _
shelvesetOwner As String, _
type As UriType _
)
public ShelvedItemUri(
string teamFoundationServerUrl,
string serverItem,
string shelvesetName,
string shelvesetOwner,
UriType type
)
Parametry
- teamFoundationServerUrl
Typ: System.String
Adres Url serwera Team Foundation
- serverItem
Typ: System.String
Ścieżka serwera elementu
- shelvesetName
Typ: System.String
- shelvesetOwner
Typ: System.String
- type
Typ: Microsoft.TeamFoundation.VersionControl.Common.UriType
Wskazuje, czy "identyfikatora Uri widoku sieci Web należy utworzyć.
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