IReadOnlyRegion::QueryCallback Property

 

The delegate that notifies the read-only region of read-only checks and edits.

Namespace:   Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

property DynamicReadOnlyRegionQuery^ QueryCallback {
	DynamicReadOnlyRegionQuery^ get();
}

This callback may be null.

Return to top
Show: