Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Construct a Shelveset Item Uri object given a Team Foundation Server Url, a server path, shelveset name and owner.
Namespace: Microsoft.TeamFoundation.VersionControl.Common
Assembly: Microsoft.TeamFoundation.VersionControl.Common.Integration (in Microsoft.TeamFoundation.VersionControl.Common.Integration.dll)
Syntax
'Declaration
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
)
public:
ShelvedItemUri(
String^ teamFoundationServerUrl,
String^ serverItem,
String^ shelvesetName,
String^ shelvesetOwner,
UriType type
)
new :
teamFoundationServerUrl:string *
serverItem:string *
shelvesetName:string *
shelvesetOwner:string *
type:UriType -> ShelvedItemUri
public function ShelvedItemUri(
teamFoundationServerUrl : String,
serverItem : String,
shelvesetName : String,
shelvesetOwner : String,
type : UriType
)
Parameters
teamFoundationServerUrl
Type: System.StringThe Url of a Team Foundation server
serverItem
Type: System.StringThe server path of the item
- shelvesetName
Type: System.String
- shelvesetOwner
Type: System.String
type
Type: Microsoft.TeamFoundation.VersionControl.Common.UriTypeIndicates whether a "Web-view Uri should be created.
.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.