TextViewHostOptionExtensions.IsChangeTrackingEnabled(IEditorOptions) Method

Definition

Determines whether change tracking is enabled with the specified set of editor options.

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

Parameters

options
IEditorOptions

The set of editor options.

Returns

true if change tracking is enabled, otherwise false.

Applies to