TextViewHostOptionExtensions.IsSelectionMarginEnabled(IEditorOptions) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the selection margin is enabled with the specified set of editor options.
public:
[System::Runtime::CompilerServices::Extension]
static bool IsSelectionMarginEnabled(Microsoft::VisualStudio::Text::Editor::IEditorOptions ^ options);
C++/CX
public:
[System::Runtime::CompilerServices::Extension]
static bool IsSelectionMarginEnabled(Microsoft::VisualStudio::Text::Editor::IEditorOptions ^ options);
public static bool IsSelectionMarginEnabled(this Microsoft.VisualStudio.Text.Editor.IEditorOptions options);
static member IsSelectionMarginEnabled : Microsoft.VisualStudio.Text.Editor.IEditorOptions -> bool
<Extension()>
Public Function IsSelectionMarginEnabled (options As IEditorOptions) As Boolean
- options
- IEditorOptions
The set of editor options.
true
if the selection margin is enabled, otherwise false
.
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |