次の方法で共有


CompoundTypeAliasAttribute クラス

定義

型に適用する場合、 は、指定した型のリレーションシップとして型をエンコードする必要があることを示します。

[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
継承
CompoundTypeAliasAttribute
属性

コンストラクター

CompoundTypeAliasAttribute(Object[])

CompoundTypeAliasAttribute クラスの新しいインスタンスを初期化します。

プロパティ

Components

エイリアス コンポーネントを取得します。

適用対象

こちらもご覧ください