ITextBuffer::CreateReadOnlyRegionEdit Method ()

 

Creates an IReadOnlyRegionEdit object that handles adding or removing read-only regions from this buffer.

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

IReadOnlyRegionEdit^ CreateReadOnlyRegionEdit()

Exception Condition
InvalidOperationException

Another ITextBufferEdit object is active for this text buffer.

Return to top
Show: