SupportedDirectiveAttribute 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.
public ref class SupportedDirectiveAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)]
[System.ComponentModel.Composition.MetadataAttribute]
public sealed class SupportedDirectiveAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)>]
[<System.ComponentModel.Composition.MetadataAttribute>]
type SupportedDirectiveAttribute = class
inherit Attribute
Public NotInheritable Class SupportedDirectiveAttribute
Inherits Attribute
- Inheritance
-
SupportedDirectiveAttribute
- Attributes
Constructors
SupportedDirectiveAttribute(String) |
Declares that the decorated T4 directive processor supports the given directive. |
Properties
SupportedDirectives |
Contribution to the set of directives supported by the processor. This extra property is required by MEF to build a collection of this name. |