DynamicReadOnlyRegionQuery Delegate
Visual Studio 2015
The callback for notifying read-only regions of edits.
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Parameters
- isEdit
-
Type:
System.Boolean
true if an edit is being attempted, false if the read-only check should be side-effect free.
This callback is used in QueryCallback and CreateDynamicReadOnlyRegion.
Show: