Condividi tramite


WidgetErrorInfoReportedArgs Classe

Definizione

Fornisce dati per l'evento OnErrorInfoReported generato quando l'host del widget segnala un errore del widget.

public ref class WidgetErrorInfoReportedArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.Widgets.WidgetContract, 131072)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class WidgetErrorInfoReportedArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.Widgets.WidgetContract), 131072)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class WidgetErrorInfoReportedArgs
Public NotInheritable Class WidgetErrorInfoReportedArgs
Ereditarietà
Object Platform::Object IInspectable WidgetErrorInfoReportedArgs
Attributi

Proprietà

ErrorJson

Ottiene una stringa JSON che descrive l'errore che ha attivato l'evento di errore.

WidgetContext

Ottiene l'oggetto WidgetContext associato all'errore. Questo oggetto fornisce informazioni sulla configurazione di un widget all'interno dell'host del widget.

Si applica a