ITextView.TextDataModel 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.
Gets the ITextDataModel of this text view.
public:
property Microsoft::VisualStudio::Text::ITextDataModel ^ TextDataModel { Microsoft::VisualStudio::Text::ITextDataModel ^ get(); };
public:
property Microsoft::VisualStudio::Text::ITextDataModel ^ TextDataModel { Microsoft::VisualStudio::Text::ITextDataModel ^ get(); };
public Microsoft.VisualStudio.Text.ITextDataModel TextDataModel { get; }
member this.TextDataModel : Microsoft.VisualStudio.Text.ITextDataModel
Public ReadOnly Property TextDataModel As ITextDataModel
Property Value
The ITextDataModel.