WidgetUpdateRequestOptions.WidgetId Property

Definition

Gets the widget ID of the widget to be updated.

public:
 property Platform::String ^ WidgetId { Platform::String ^ get(); };
winrt::hstring WidgetId();
public string WidgetId { get; }
var string = widgetUpdateRequestOptions.widgetId;
Public ReadOnly Property WidgetId As String

Property Value

String

Platform::String

winrt::hstring

The widget ID of the widget to be updated.

Remarks

Set the widget ID in the constructor, <xref:Microsoft.Windows.Widgets.Providers.WidgetUpdateRequestOptions.#ctor(System.String)>.

Applies to