IDirectiveProcessorMetadata.SupportedDirectives Property
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.
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>.