Condividi tramite


Proprietà IEditorOptions.SupportedOptions

ottiene le opzioni supportate.

Spazio dei nomi:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

Sintassi

'Dichiarazione
ReadOnly Property SupportedOptions As IEnumerable(Of EditorOptionDefinition)
IEnumerable<EditorOptionDefinition> SupportedOptions { get; }
property IEnumerable<EditorOptionDefinition^>^ SupportedOptions {
    IEnumerable<EditorOptionDefinition^>^ get ();
}
abstract SupportedOptions : IEnumerable<EditorOptionDefinition> with get
function get SupportedOptions () : IEnumerable<EditorOptionDefinition>

Valore proprietà

Tipo: IEnumerable<EditorOptionDefinition>
le opzioni supportate.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IEditorOptions Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Text.Editor