ITextDataModel::ContentType Property

 

The IContentType of the text data model.

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

property IContentType^ ContentType {
	IContentType^ get();
}

Property Value

Type: Microsoft.VisualStudio.Utilities::IContentType^

The IContentType of the text data model.

Usually this content type is the same as the IContentType of the DocumentBuffer, but this is not necessarily always the case.

Return to top
Show: