Partager via


AliasAttribute Classe

Définition

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.

S’applique à

Voir aussi