Udostępnij za pośrednictwem


Metoda VersionControlServer.QueryShelvedChanges — (String, String, array<ItemSpec[], Boolean, array<String )

Pobiera odłożyć zmiany w określonej Shelveset.

Przestrzeń nazw:  Microsoft.TeamFoundation.VersionControl.Client
Zestaw:  Microsoft.TeamFoundation.VersionControl.Client (w Microsoft.TeamFoundation.VersionControl.Client.dll)

Składnia

'Deklaracja
Public Function QueryShelvedChanges ( _
    shelvesetName As String, _
    shelvesetOwner As String, _
    itemSpecs As ItemSpec(), _
    includeDownloadInfo As Boolean, _
    itemPropertyFilters As String() _
) As PendingSet()
public PendingSet[] QueryShelvedChanges(
    string shelvesetName,
    string shelvesetOwner,
    ItemSpec[] itemSpecs,
    bool includeDownloadInfo,
    string[] itemPropertyFilters
)

Parametry

  • shelvesetName
    Typ: System.String
    Nazwa shelveset.Może mieć wartości null.
  • shelvesetOwner
    Typ: System.String
    Właściciel shelveset.Może mieć wartości null.
  • includeDownloadInfo
    Typ: System.Boolean
    true Aby uzyskać informacje potrzebne do pobierania plików.Określ false aby zaoszczędzić przepustowość, jeśli nie jest to konieczne.
  • itemPropertyFilters
    Typ: array<System.String[]
    Filtry właściwości elementu.

Wartość zwracana

Typ: array<Microsoft.TeamFoundation.VersionControl.Client.PendingSet[]
Tablica PendingSet obiektów za pomocą zmiany oczekujące na udostępnienie określonego Shelveset.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

VersionControlServer Klasa

Przeciążenie QueryShelvedChanges

Przestrzeń nazw Microsoft.TeamFoundation.VersionControl.Client