MultipleBaseMetadataAttribute Class

Definition

A base class for attributes that can appear multiple times on a single component part.

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
Inheritance
MultipleBaseMetadataAttribute
Derived
Attributes

Constructors

MultipleBaseMetadataAttribute()

Initializes a new instance of MultipleBaseMetadataAttribute.

Applies to