WidgetUpdateRequestOptions.WidgetId Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene l'ID widget del widget da aggiornare.
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
Valore della proprietà
ID del widget da aggiornare.
Commenti
Impostare l'ID del widget nel costruttore , <xref:Microsoft.Windows.Widgets.Providers.WidgetUpdateRequestOptions.#ctor(System.String)>.