ITextViewModel::DataModel Property

 

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

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

property ITextDataModel^ DataModel {
	ITextDataModel^ get();
}

Property Value

Type: Microsoft.VisualStudio.Text::ITextDataModel^

The ITextDataModel that supplies the DataBuffer and the governing IContentType for the view

Return to top
Show: