Condividi tramite


WidgetInfo.Data Proprietà

Definizione

Ottiene una stringa contenente il modello di dati JSON della scheda adattiva corrente per il widget.

public:
 property Platform::String ^ Data { Platform::String ^ get(); };
winrt::hstring Data();
public string Data { get; }
var string = widgetInfo.data;
Public ReadOnly Property Data As String

Valore della proprietà

String

Platform::String

winrt::hstring

Stringa JSON.

Commenti

Impostare il modello di dati per un widget chiamando WidgetManager.UpdateWidget(WidgetUpdateRequestOptions).

Si applica a