Condividi tramite


CompoundTypeAliasAttribute Classe

Definizione

Quando applicato a un tipo, indica che il tipo deve essere codificato come relazione da un tipo specificato.

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Enum | System.AttributeTargets.Interface | System.AttributeTargets.Struct)]
public sealed class CompoundTypeAliasAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Enum | System.AttributeTargets.Interface | System.AttributeTargets.Struct, AllowMultiple=true)]
public sealed class CompoundTypeAliasAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Enum | System.AttributeTargets.Interface | System.AttributeTargets.Struct)>]
type CompoundTypeAliasAttribute = class
    inherit Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Enum | System.AttributeTargets.Interface | System.AttributeTargets.Struct, AllowMultiple=true)>]
type CompoundTypeAliasAttribute = class
    inherit Attribute
Public NotInheritable Class CompoundTypeAliasAttribute
Inherits Attribute
Ereditarietà
CompoundTypeAliasAttribute
Attributi

Costruttori

CompoundTypeAliasAttribute(Object[])

Inizializza una nuova istanza della classe CompoundTypeAliasAttribute.

Proprietà

Components

Ottiene i componenti alias.

Si applica a

Vedi anche