AliasAttribute 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.
Lorsqu’il est appliqué à un type ou à une méthode, spécifie un nom bien connu qui peut être utilisé pour identifier ce type ou cette méthode.
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Enum | System.AttributeTargets.Interface | System.AttributeTargets.Method | System.AttributeTargets.Struct)]
public sealed class AliasAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Enum | System.AttributeTargets.Interface | System.AttributeTargets.Method | System.AttributeTargets.Struct, AllowMultiple=true)]
public sealed class AliasAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Enum | System.AttributeTargets.Interface | System.AttributeTargets.Method | System.AttributeTargets.Struct)>]
type AliasAttribute = class
inherit Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Enum | System.AttributeTargets.Interface | System.AttributeTargets.Method | System.AttributeTargets.Struct, AllowMultiple=true)>]
type AliasAttribute = class
inherit Attribute
Public NotInheritable Class AliasAttribute
Inherits Attribute
- Héritage
-
AliasAttribute
- Attributs
Remarques
Dans le cas d’un type, l’alias doit être globalement unique. Dans le cas d’une méthode, l’alias doit être unique au type de déclaration.
Constructeurs
AliasAttribute(String) |
Initialise une nouvelle instance de la classe AliasAttribute. |
Propriétés
Alias |
Obtient l’alias. |