Freigeben über


CompoundTypeAliasAttribute Klasse

Definition

Gibt bei Anwendung auf einen Typ an, dass der Typ als Beziehung aus einem angegebenen Typ codiert werden soll.

[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
Vererbung
CompoundTypeAliasAttribute
Attribute

Konstruktoren

CompoundTypeAliasAttribute(Object[])

Initialisiert eine neue Instanz der CompoundTypeAliasAttribute-Klasse.

Eigenschaften

Components

Ruft die Aliaskomponenten ab.

Gilt für:

Weitere Informationen