TextViewHostOptionExtensions.IsSelectionMarginEnabled(IEditorOptions) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Bestimmt, ob der Auswahlrand für den angegebenen Satz von Editoroptionen aktiviert ist.
public:
[System::Runtime::CompilerServices::Extension]
static bool IsSelectionMarginEnabled(Microsoft::VisualStudio::Text::Editor::IEditorOptions ^ options);
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
Parameter
- options
- IEditorOptions
Der Satz von Editoroptionen.
Gibt zurück
true , wenn der Auswahl Rand aktiviert ist, andernfalls false.