Share via


Workspace.QueryShelvedChanges-Methode (String, String, array<ItemSpec[])

Ruft die abgelegten Änderungen für die angegebene Abfrage ab.

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, _
    itemSpecs As ItemSpec() _
) As PendingSet()
public PendingSet[] QueryShelvedChanges(
    string shelvesetName,
    string shelvesetOwner,
    ItemSpec[] itemSpecs
)

Parameter

  • shelvesetName
    Typ: System.String
    Der Shelvesetname.Kann NULL sein.
  • shelvesetOwner
    Typ: System.String
    Der Benutzername.Kann NULL sein.

Rückgabewert

Typ: array<Microsoft.TeamFoundation.VersionControl.Client.PendingSet[]
Ein Array ausstehende Sets mithilfe der abgelegten Änderungen.

.NET Framework-Sicherheit

Siehe auch

Referenz

Workspace Klasse

QueryShelvedChanges-Überladung

Microsoft.TeamFoundation.VersionControl.Client-Namespace