_EventInfo.IsSpecialName Propriété

Définition

Fournit des objets COM avec un accès indépendant de la version à la propriété IsSpecialName.

public:
 property bool IsSpecialName { bool get(); };
public bool IsSpecialName { get; }
member this.IsSpecialName : bool
Public ReadOnly Property IsSpecialName As Boolean

Valeur de propriété

true si l'événement a un nom particulier ; sinon, false.

Remarques

Cette méthode permet d’accéder aux classes managées à partir de code non managé et ne doit pas être appelée à partir de code managé.

La IsSpecialName propriété obtient une valeur indiquant si l’objet EventInfo a un nom avec une signification spéciale.

S’applique à