Compartir a través de


WidgetContext.Id Propiedad

Definición

Obtiene el identificador del widget asociado a WidgetContext.

public:
 property Platform::String ^ Id { Platform::String ^ get(); };
winrt::hstring Id();
public string Id { get; }
var string = widgetContext.id;
Public ReadOnly Property Id As String

Valor de propiedad

String

Platform::String

winrt::hstring

Identificador del widget asociado a WidgetContext.

Comentarios

El valor del identificador del widget se genera dinámicamente mediante WidgetManager. El identificador del widget sigue siendo el mismo para un widget desde el momento de su creación hasta el momento en que se elimina el widget. El identificador del widget es un valor único en todos los widgets y en todos los proveedores de widgets.

Se aplica a