Share via


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 的新实例。

适用于