Udostępnij za pośrednictwem


Metoda VersionControlServer.GetPendingChanges — (array<Int32 , Boolean)

Uwaga: ten interfejs API jest już przestarzały.

Pobiera PendingChange obiekty z repozytorium określonego identyfikatorami.Również pobiera informacje pobierania plików.

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

Składnia

'Deklaracja
<ObsoleteAttribute("Method obsolete since TFS 2010. Please use VersionControlServer.QueryPendingSets, VersionControlServer.QueryShelvedChanges or Workspace.GetPendingChanges instead.")> _
Public Function GetPendingChanges ( _
    pendingChangeIds As Integer(), _
    includeDownloadInfo As Boolean _
) As PendingChange()
[ObsoleteAttribute("Method obsolete since TFS 2010. Please use VersionControlServer.QueryPendingSets, VersionControlServer.QueryShelvedChanges or Workspace.GetPendingChanges instead.")]
public PendingChange[] GetPendingChanges(
    int[] pendingChangeIds,
    bool includeDownloadInfo
)

Parametry

  • includeDownloadInfo
    Typ: System.Boolean
    Wartości PRAWDA na get informacje niezbędne do pobierania plików.Jeśli pobieranie nie jest konieczne, należy określić wartość FAŁSZ, aby zaoszczędzić przepustowość.

Wartość zwracana

Typ: array<Microsoft.TeamFoundation.VersionControl.Client.PendingChange[]
Tablica PendingChange obiekty, które odpowiadają określonym identyfikatorów.

Uwagi

Jeśli PendingChange nie można odnaleźć dla określonego Identyfikatora, a następnie odpowiedni element w tablicy wyjściowej będzie równa null.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

VersionControlServer Klasa

Przeciążenie GetPendingChanges

Przestrzeń nazw Microsoft.TeamFoundation.VersionControl.Client