TextViewHostOptionExtensions.IsSelectionMarginEnabled(IEditorOptions) Methode

Definition

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

Boolean

true , wenn der Auswahl Rand aktiviert ist, andernfalls false.

Gilt für