SupportedDirectiveAttribute Klasse

Definition

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
Vererbung
SupportedDirectiveAttribute
Attribute

Konstruktoren

SupportedDirectiveAttribute(String)

Deklariert, dass der ergänzte T4-Direktivenprozessor die angegebene Direktive unterstützt.

Eigenschaften

SupportedDirectives

Beitrag zu dem Satz von Direktiven, der vom Prozessor unterstützt wird. Diese zusätzliche Eigenschaft ist für MEF erforderlich, um eine Sammlung mit diesem Namen zu erstellen.

Gilt für