IWidgetManager.GetWidgetIds Method

Definition

Interface definition of the GetWidgetIds() method.

public:
 Platform::Array <Platform::String ^> ^ GetWidgetIds();
winrt::array_view <winrt::hstring const&> GetWidgetIds();
public string[] GetWidgetIds();
function getWidgetIds()
Public Function GetWidgetIds () As String()

Returns

String[]

Platform::String[]

winrt::hstring[]

An array of widget IDs.

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