AppliesToProjectAttribute Class

Definition

Adds AppliesTo metadata to a MEF export to indicate where this export should be applied.

public ref class AppliesToProjectAttribute sealed : Microsoft::VisualStudio::Utilities::SingletonBaseMetadataAttribute
public sealed class AppliesToProjectAttribute : Microsoft.VisualStudio.Utilities.SingletonBaseMetadataAttribute
type AppliesToProjectAttribute = class
    inherit SingletonBaseMetadataAttribute
Public NotInheritable Class AppliesToProjectAttribute
Inherits SingletonBaseMetadataAttribute
Inheritance
AppliesToProjectAttribute

Constructors

AppliesToProjectAttribute(String)

Initializes a new instance of the AppliesToProjectAttribute class.

Properties

AppliesTo

Gets the expression that indicates where this export should be applied.

Applies to