DeviceWatcherTriggerDetails.DeviceWatcherEvents 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 gli eventi che hanno attivato il trigger.
public:
property IVectorView<DeviceWatcherEvent ^> ^ DeviceWatcherEvents { IVectorView<DeviceWatcherEvent ^> ^ get(); };
IVectorView<DeviceWatcherEvent> DeviceWatcherEvents();
public IReadOnlyList<DeviceWatcherEvent> DeviceWatcherEvents { get; }
var iVectorView = deviceWatcherTriggerDetails.deviceWatcherEvents;
Public ReadOnly Property DeviceWatcherEvents As IReadOnlyList(Of DeviceWatcherEvent)
Valore della proprietà
Eventi che attivano il trigger watcher.