DeviceWatcherTriggerDetails.DeviceWatcherEvents Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém os eventos que ativaram o gatilho.
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)
Valor da propriedade
Os eventos que ativaram o gatilho do observador.