IEditorOptions::SupportedOptions Property
Visual Studio 2015
Gets the supported options.
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
property IEnumerable<EditorOptionDefinition^>^ SupportedOptions {
IEnumerable<EditorOptionDefinition^>^ get();
}
Property Value
Type: System.Collections.Generic::IEnumerable<EditorOptionDefinition^>^The supported options.
Show: