WindowsUpdateManager.GetMostRecentCompletedUpdates(Int32) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.