InvokeMethodNameAttribute 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.
Appliqué aux attributs de méthode sur les interfaces appelantes pour spécifier le nom de la méthode sur le type de base à appeler lors de l’envoi d’une demande.
[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class InvokeMethodNameAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type InvokeMethodNameAttribute = class
inherit Attribute
Public NotInheritable Class InvokeMethodNameAttribute
Inherits Attribute
- Héritage
-
InvokeMethodNameAttribute
- Attributs
Constructeurs
InvokeMethodNameAttribute(String) |
Initialise une nouvelle instance de la classe InvokeMethodNameAttribute. |
Propriétés
InvokeMethodName |
Obtient le nom de la méthode invoke. |