AppliesToProjectAttribute 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.
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
Constructors
AppliesToProjectAttribute(String) |
Initializes a new instance of the AppliesToProjectAttribute class. |
Properties
AppliesTo |
Gets the expression that indicates where this export should be applied. |