IReadOnlyRegion.QueryCallback Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The delegate that notifies the read-only region of read-only checks and edits.
public:
property Microsoft::VisualStudio::Text::DynamicReadOnlyRegionQuery ^ QueryCallback { Microsoft::VisualStudio::Text::DynamicReadOnlyRegionQuery ^ get(); };
public:
property Microsoft::VisualStudio::Text::DynamicReadOnlyRegionQuery ^ QueryCallback { Microsoft::VisualStudio::Text::DynamicReadOnlyRegionQuery ^ get(); };
public Microsoft.VisualStudio.Text.DynamicReadOnlyRegionQuery QueryCallback { get; }
public Microsoft.VisualStudio.Text.DynamicReadOnlyRegionQuery? QueryCallback { get; }
member this.QueryCallback : Microsoft.VisualStudio.Text.DynamicReadOnlyRegionQuery
Public ReadOnly Property QueryCallback As DynamicReadOnlyRegionQuery
Property Value
The DynamicReadOnlyRegionQuery.
Remarks
May be null.