WidgetUpdateRequestOptions(String) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 WidgetRequestOptions 類別的新實例。
public:
WidgetUpdateRequestOptions(Platform::String ^ widgetId);
WidgetUpdateRequestOptions(winrt::hstring const& widgetId);
public WidgetUpdateRequestOptions(string widgetId);
function WidgetUpdateRequestOptions(widgetId)
Public Sub New (widgetId As String)
參數
- widgetId
-
String
Platform::String
winrt::hstring
要更新之小工具的小工具識別碼。
備註
將 WidgetRequestOption 傳遞至 WidgetManager.UpdateWidget(WidgetUpdateRequestOptions) ,其中包含已刪除的小工具識別碼、未與應用程式相關聯的小工具,或使用不存在的小工具識別碼,將會導致忽略更新。