ITextViewModel Properties

 

Namespace:   Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

NameDescription
System_CAPS_pubpropertyDataBuffer

Represents the ITextBuffer for the data level.

System_CAPS_pubpropertyDataModel

Gets the ITextDataModel that supplies the DataBuffer and the governing IContentType for the view.

System_CAPS_pubpropertyEditBuffer

Gets the ITextBuffer in which editing positions are tracked and to which edits are applied. All the text that appears in the view must reside in this buffer.

System_CAPS_pubpropertyProperties

(Inherited from IPropertyOwner.)

System_CAPS_pubpropertyVisualBuffer

Gets the ITextBuffer whose contents should be presented in the editor.

Return to top
Show: