IEditorOptions::SupportedOptions Property

 

Gets the supported options.

Namespace:   Microsoft.VisualStudio.Text.Editor
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.

Return to top
Show: