TextViewHostOptionExtensions::IsOutliningMarginEnabled Method (IEditorOptions^)

 

Determines whether the outlining margin is enabled with the specified set of editor options.

Namespace:   Microsoft.VisualStudio.Text.Editor.OptionsExtensionMethods
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

public:
[ExtensionAttribute]
static bool IsOutliningMarginEnabled(
	IEditorOptions^ options
)

Parameters

options
Type: Microsoft.VisualStudio.Text.Editor::IEditorOptions^

The set of editor options.

Return Value

Type: System::Boolean

true if the Outlining margin is enabled, otherwise false.

Disabling the margin does not turn off outlining, it just hides the margin.

Return to top
Show: