VersionControlServer.QueryShelvedChanges Method (String, String)
Gets the shelved changes in the specified Shelveset.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Function QueryShelvedChanges ( _
shelvesetName As String, _
shelvesetOwner As String _
) As PendingSet()
public PendingSet[] QueryShelvedChanges(
string shelvesetName,
string shelvesetOwner
)
public:
array<PendingSet^>^ QueryShelvedChanges(
String^ shelvesetName,
String^ shelvesetOwner
)
member QueryShelvedChanges :
shelvesetName:string *
shelvesetOwner:string -> PendingSet[]
public function QueryShelvedChanges(
shelvesetName : String,
shelvesetOwner : String
) : PendingSet[]
Parameters
shelvesetName
Type: System.StringThe shelveset name. May be null.
shelvesetOwner
Type: System.StringThe shelveset owner. May be null.
Return Value
Type: array<Microsoft.TeamFoundation.VersionControl.Client.PendingSet[]
An array of PendingSet objects with the pending changes for the specified 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.