IEditorOptions.SupportedOptions 属性

定义

获取支持的选项。 请注意,此方法将加载导出编辑器定义的所有程序集,不应在性能关键方案中调用。

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)

属性值

IEnumerable<EditorOptionDefinition>

支持的选项。

适用于