Condividi tramite


WindowsUpdateManager.GetMostRecentCompletedUpdates(Int32) Metodo

Definizione

Recupera informazioni sugli aggiornamenti completati più di recente.

public:
 virtual IVectorView<WindowsUpdateItem ^> ^ GetMostRecentCompletedUpdates(int count) = GetMostRecentCompletedUpdates;
IVectorView<WindowsUpdateItem> GetMostRecentCompletedUpdates(int const& count);
public IReadOnlyList<WindowsUpdateItem> GetMostRecentCompletedUpdates(int count);
function getMostRecentCompletedUpdates(count)
Public Function GetMostRecentCompletedUpdates (count As Integer) As IReadOnlyList(Of WindowsUpdateItem)

Parametri

count
Int32

int

Numero di aggiornamenti completati di recente da recuperare.

Restituisce

Elenco degli aggiornamenti completati più di recente, in cui N non può superare il numero.

Si applica a

Vedi anche