Share via


Metodo VersionControlServer.GetPendingChanges (array<Int32 )

Nota: questa API è ora obsoleta.

Ottiene gli oggetti di PendingChange dal repository con gli ID specificati.

Spazio dei nomi:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Sintassi

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

Parametri

Valore restituito

Tipo: array<Microsoft.TeamFoundation.VersionControl.Client.PendingChange[]
Una matrice di PendingChange oggetti che agli ID specificati.

Note

Se PendingChange non è disponibile per un ID specifici, l'elemento corrispondente della matrice di output sarà null.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

VersionControlServer Classe

Overload GetPendingChanges

Spazio dei nomi Microsoft.TeamFoundation.VersionControl.Client