MultipleBaseMetadataAttribute 클래스

정의

단일 구성 요소 부분에 여러 번 표시할 수 있는 특성에 대한 기본 클래스입니다.

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의 새 인스턴스를 초기화합니다.

적용 대상