Share via


SupportedDirectiveAttribute.SupportedDirectives Property

Contribution to the set of directives supported by the processor. This extra property is required by MEF to build a collection of this name.

Namespace:  Microsoft.VisualStudio.TextTemplating
Assembly:  Microsoft.VisualStudio.TextTemplating.Interfaces.11.0 (in Microsoft.VisualStudio.TextTemplating.Interfaces.11.0.dll)

Syntax

'Declaration
Public Property SupportedDirectives As String
public string SupportedDirectives { get; private set; }
public:
property String^ SupportedDirectives {
    String^ get ();
    private: void set (String^ value);
}
member SupportedDirectives : string with get, private set
function get SupportedDirectives () : String 
private function set SupportedDirectives (value : String)

Property Value

Type: String
Returns String.

.NET Framework Security

See Also

Reference

SupportedDirectiveAttribute Class

Microsoft.VisualStudio.TextTemplating Namespace