IWidgetManager.GetWidgetInfos Method

Definition

Interface definition of the GetWidgetInfos() method.

public:
 Platform::Array <WidgetInfo ^> ^ GetWidgetInfos();
winrt::array_view <WidgetInfo const&> GetWidgetInfos();
public WidgetInfo[] GetWidgetInfos();
function getWidgetInfos()
Public Function GetWidgetInfos () As WidgetInfo()

Returns

An array of WidgetInfo objects.

Remarks

The IWidgetManager interface is a part of the underlying implementation of the widget framework and is not intended to be used directly by app developers who are implementing widget providers.

Applies to