IWidgetManager.DeleteWidget(String) Method

Definition

Interface definition of the DeleteWidget(String) method.

public:
 void DeleteWidget(Platform::String ^ widgetId);
void DeleteWidget(winrt::hstring const& widgetId);
public void DeleteWidget(string widgetId);
function deleteWidget(widgetId)
Public Sub DeleteWidget (widgetId As String)

Parameters

widgetId
String

Platform::String

winrt::hstring

A widget ID.

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