ShelvedItemUri Constructor (String, String, String, String, UriType)

Namespace:  Microsoft.TeamFoundation.VersionControl.Common
Assembly:  Microsoft.TeamFoundation.VersionControl.Common.Integration (in Microsoft.TeamFoundation.VersionControl.Common.Integration.dll)

Syntax

'宣言
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

.NET Framework Security

See Also

Reference

ShelvedItemUri Class

ShelvedItemUri Overload

Microsoft.TeamFoundation.VersionControl.Common Namespace