SystemUpdateManager.GetUpdateItems Method

Definition

Get list of pending update items.

public:
 static IVectorView<SystemUpdateItem ^> ^ GetUpdateItems();
 static IVectorView<SystemUpdateItem> GetUpdateItems();
public static IReadOnlyList<SystemUpdateItem> GetUpdateItems();
function getUpdateItems()
Public Shared Function GetUpdateItems () As IReadOnlyList(Of SystemUpdateItem)

Returns

A list of the SystemUpdateItem

Applies to