TextViewOptionExtensions::IsOutliningUndoEnabled Method (IEditorOptions^)

 

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

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

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

Return Value

Type: System::Boolean

true if the option is enabled, otherwise false.

Return to top
Show: