SingletonBaseMetadataAttribute Class   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A base class for attributes that can appear only once on a single component part.
public ref class SingletonBaseMetadataAttribute abstract : Attribute
	[Windows::Foundation::Metadata::WebHostHidden]
public ref class SingletonBaseMetadataAttribute abstract : Platform::Metadata::Attribute
	[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Field | System.AttributeTargets.Method | System.AttributeTargets.Property, AllowMultiple=false)]
[System.ComponentModel.Composition.MetadataAttribute]
public abstract class SingletonBaseMetadataAttribute : Attribute
	[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Field | System.AttributeTargets.Method | System.AttributeTargets.Property, AllowMultiple=false)>]
[<System.ComponentModel.Composition.MetadataAttribute>]
type SingletonBaseMetadataAttribute = class
    inherit Attribute
	Public MustInherit Class SingletonBaseMetadataAttribute
Inherits Attribute
		- Inheritance
 - 
				SingletonBaseMetadataAttribute
 
- Derived
 
- Attributes
 
Constructors
| SingletonBaseMetadataAttribute() | 
		 Initializes a new instance of SingletonBaseMetadataAttribute.  |