IEditorOptions.GlobalOptions 属性

定义

获取全局选项。

public:
 property Microsoft::VisualStudio::Text::Editor::IEditorOptions ^ GlobalOptions { Microsoft::VisualStudio::Text::Editor::IEditorOptions ^ get(); };
public:
 property Microsoft::VisualStudio::Text::Editor::IEditorOptions ^ GlobalOptions { Microsoft::VisualStudio::Text::Editor::IEditorOptions ^ get(); };
public Microsoft.VisualStudio.Text.Editor.IEditorOptions GlobalOptions { get; }
member this.GlobalOptions : Microsoft.VisualStudio.Text.Editor.IEditorOptions
Public ReadOnly Property GlobalOptions As IEditorOptions

属性值

IEditorOptions

全局选项。

注解

IEditorOptions即使当前范围是全局的,它也会返回 global。

适用于