ShelvesetUri Constructor (TeamFoundationServer, String, String)
Note: This API is now obsolete.
Construct a Shelveset URI object given a Team Foundation Server object and a shelveset name and owner.
Namespace: Microsoft.TeamFoundation.VersionControl.Common
Assembly: Microsoft.TeamFoundation.VersionControl.Common.Integration (in Microsoft.TeamFoundation.VersionControl.Common.Integration.dll)
Syntax
'Declaration
<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, _
shelvesetName As String, _
shelvesetOwner As String _
)
[ObsoleteAttribute("The TeamFoundationServer class is obsolete and so is this method. Use the overload of this method that takes a TfsTeamProjectCollection object instead.")]
public ShelvesetUri(
TeamFoundationServer teamFoundationServer,
string shelvesetName,
string shelvesetOwner
)
[ObsoleteAttribute(L"The TeamFoundationServer class is obsolete and so is this method. Use the overload of this method that takes a TfsTeamProjectCollection object instead.")]
public:
ShelvesetUri(
TeamFoundationServer^ teamFoundationServer,
String^ shelvesetName,
String^ shelvesetOwner
)
[<ObsoleteAttribute("The TeamFoundationServer class is obsolete and so is this method. Use the overload of this method that takes a TfsTeamProjectCollection object instead.")>]
new :
teamFoundationServer:TeamFoundationServer *
shelvesetName:string *
shelvesetOwner:string -> ShelvesetUri
public function ShelvesetUri(
teamFoundationServer : TeamFoundationServer,
shelvesetName : String,
shelvesetOwner : String
)
Parameters
teamFoundationServer
Type: Microsoft.TeamFoundation.Client.TeamFoundationServerThe Team Foundation Server object
shelvesetName
Type: System.StringThe name of the shelveset for which an artifact should be constructed.
shelvesetOwner
Type: System.StringThe owner of the shelveset.
.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.