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.
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 ( _
shelveset As Shelveset, _
itemSpecs As ItemSpec() _
) As PendingSet()
public PendingSet[] QueryShelvedChanges(
Shelveset shelveset,
ItemSpec[] itemSpecs
)
public:
array<PendingSet^>^ QueryShelvedChanges(
Shelveset^ shelveset,
array<ItemSpec^>^ itemSpecs
)
member QueryShelvedChanges :
shelveset:Shelveset *
itemSpecs:ItemSpec[] -> PendingSet[]
public function QueryShelvedChanges(
shelveset : Shelveset,
itemSpecs : ItemSpec[]
) : PendingSet[]
Parameters
- shelveset
Type: Microsoft.TeamFoundation.VersionControl.Client.Shelveset
The shelveset to query.
- itemSpecs
Type: array<Microsoft.TeamFoundation.VersionControl.Client.ItemSpec[]
An array of ItemSpec objects for the items to query.
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.