EventRecord.OpcodeDisplayName 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 le nom complet de l'opcode de cet événement.
public:
abstract property System::String ^ OpcodeDisplayName { System::String ^ get(); };
public abstract string OpcodeDisplayName { get; }
member this.OpcodeDisplayName : string
Public MustOverride ReadOnly Property OpcodeDisplayName As String
Valeur de propriété
Retourne une chaîne qui contient le nom complet de l'opcode de cet événement.
Remarques
Les opcodes d’événement standard sont définis dans l’énumération StandardEventOpcode .