WindowsUpdateManager.GetMostRecentCompletedUpdatesAsync(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 in modo asincrono le informazioni sugli aggiornamenti completati più di recente.
public:
virtual IAsyncOperation<IVectorView<WindowsUpdateItem ^> ^> ^ GetMostRecentCompletedUpdatesAsync(int count) = GetMostRecentCompletedUpdatesAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IVectorView<WindowsUpdateItem>> GetMostRecentCompletedUpdatesAsync(int const& count);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IReadOnlyList<WindowsUpdateItem>> GetMostRecentCompletedUpdatesAsync(int count);
function getMostRecentCompletedUpdatesAsync(count)
Public Function GetMostRecentCompletedUpdatesAsync (count As Integer) As IAsyncOperation(Of IReadOnlyList(Of WindowsUpdateItem))
Parametri
- count
-
Int32
int
Numero di aggiornamenti completati di recente da recuperare.
Restituisce
Un oggetto operazione asincrona che, al termine, contiene un elenco degli aggiornamenti completati più di recente, in cui N non può superare il numero.
- Attributi