IWidgetManager.DeleteWidget(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Interface definition of the DeleteWidget 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.