DeviceWatcherTriggerDetails.DeviceWatcherEvents Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient les événements qui ont activé le déclencheur.
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)
Valeur de propriété
Événements qui ont activé le déclencheur observateur.