Share via


MultipleBaseMetadataAttribute クラス

定義

1 つのコンポーネント パーツに複数回出現できる属性の基本クラス。

public ref class MultipleBaseMetadataAttribute abstract : Attribute
[Windows::Foundation::Metadata::WebHostHidden]
public ref class MultipleBaseMetadataAttribute abstract : Platform::Metadata::Attribute
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Field | System.AttributeTargets.Method | System.AttributeTargets.Property, AllowMultiple=true)]
[System.ComponentModel.Composition.MetadataAttribute]
public abstract class MultipleBaseMetadataAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Field | System.AttributeTargets.Method | System.AttributeTargets.Property, AllowMultiple=true)>]
[<System.ComponentModel.Composition.MetadataAttribute>]
type MultipleBaseMetadataAttribute = class
    inherit Attribute
Public MustInherit Class MultipleBaseMetadataAttribute
Inherits Attribute
継承
MultipleBaseMetadataAttribute
派生
属性

コンストラクター

MultipleBaseMetadataAttribute()

MultipleBaseMetadataAttribute の新しいインスタンスを初期化します。

適用対象