IEditorOptions.SupportedOptions 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.
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.