NotificationEventArgs Classe
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.
public ref class NotificationEventArgs sealed : System::Windows::Automation::AutomationEventArgs
public sealed class NotificationEventArgs : System.Windows.Automation.AutomationEventArgs
type NotificationEventArgs = class
inherit AutomationEventArgs
Public NotInheritable Class NotificationEventArgs
Inherits AutomationEventArgs
- Héritage
Constructeurs
| Nom | Description |
|---|---|
| NotificationEventArgs(AutomationNotificationKind, AutomationNotificationProcessing, String, String) |
Initialise une nouvelle instance de la NotificationEventArgs classe avec les arguments spécifiés. |
Propriétés
| Nom | Description |
|---|---|
| ActivityId |
Obtient l’ID d’activité de la notification. |
| DisplayString |
Obtient la chaîne d’affichage de la notification. |
| EventId |
Obtient l’identificateur d’événement. (Hérité de AutomationEventArgs) |
| NotificationKind |
Obtient le type de la notification. |
| NotificationProcessing |
Obtient l’ordre dans lequel traiter la notification. |
Méthodes
| Nom | Description |
|---|---|
| Equals(Object) |
Détermine si l’objet spécifié est égal à l’objet actuel. (Hérité de Object) |
| GetHashCode() |
Sert de fonction de hachage par défaut. (Hérité de Object) |
| GetType() |
Obtient la Type de l’instance actuelle. (Hérité de Object) |
| MemberwiseClone() |
Crée une copie superficielle du Objectactuel. (Hérité de Object) |
| ToString() |
Retourne une chaîne qui représente l’objet actuel. (Hérité de Object) |