IEditorOptions.SupportedOptions Property

Definition

Gets the supported options. Note that this method will load all assemblies exporting editor definitions and should not be called on in performance critical scenarios.

public:
 property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Text::Editor::EditorOptionDefinition ^> ^ SupportedOptions { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Text::Editor::EditorOptionDefinition ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Text.Editor.EditorOptionDefinition> SupportedOptions { get; }
member this.SupportedOptions : seq<Microsoft.VisualStudio.Text.Editor.EditorOptionDefinition>
Public ReadOnly Property SupportedOptions As IEnumerable(Of EditorOptionDefinition)

Property Value

The supported options.

Applies to