共用方式為


IWidgetManager.DeleteWidget(String) 方法

定義

方法的 DeleteWidget(String) 介面定義。

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)

參數

widgetId
String

Platform::String

winrt::hstring

小工具識別碼。

備註

IWidgetManager介面是小工具架構基礎實作的一部分,不適合由實作小工具提供者的應用程式開發人員直接使用。

適用於