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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.