MethodBindAttribute 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.
Cet attribut est utilisé pour spécifier qu’une méthode participe au processus de scoring pour la résolution de surcharge.
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=true, Inherited=true)]
[System.Serializable]
public sealed class MethodBindAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=true, Inherited=true)>]
[<System.Serializable>]
type MethodBindAttribute = class
inherit Attribute
Public NotInheritable Class MethodBindAttribute
Inherits Attribute
- Héritage
-
MethodBindAttribute
- Attributs
Constructeurs
MethodBindAttribute() |
Cet attribut est utilisé pour spécifier qu’une méthode participe au processus de scoring pour la résolution de surcharge. |