ITextBuffer::ContentType Property

 

Gets the content type of the text in the buffer.

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

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

Property Value

Type: Microsoft.VisualStudio.Utilities::IContentType^

The content type of the text in the buffer.

Return to top
Show: