Share via


IDirectiveProcessorMetadata.SupportedDirectives Property

Definition

Set of directives supported by the processor. Used by more complex hosts to support anonymous directive processors

public:
 property System::Collections::Generic::IEnumerable<System::String ^> ^ SupportedDirectives { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); };
public System.Collections.Generic.IEnumerable<string> SupportedDirectives { get; }
member this.SupportedDirectives : seq<string>
Public ReadOnly Property SupportedDirectives As IEnumerable(Of String)

Property Value

Returns IEnumerable<T>.

Applies to