TextViewOptionExtensions.IsOutliningUndoEnabled(IEditorOptions) Method

Definition

Determines whether the option for outlining undo enabled in the specified IEditorOptions.

public:
[System::Runtime::CompilerServices::Extension]
 static bool IsOutliningUndoEnabled(Microsoft::VisualStudio::Text::Editor::IEditorOptions ^ options);
public:
[System::Runtime::CompilerServices::Extension]
 static bool IsOutliningUndoEnabled(Microsoft::VisualStudio::Text::Editor::IEditorOptions ^ options);
public static bool IsOutliningUndoEnabled (this Microsoft.VisualStudio.Text.Editor.IEditorOptions options);
static member IsOutliningUndoEnabled : Microsoft.VisualStudio.Text.Editor.IEditorOptions -> bool
<Extension()>
Public Function IsOutliningUndoEnabled (options As IEditorOptions) As Boolean

Parameters

Returns

true if the option is enabled, otherwise false.

Applies to