ITextBufferFactoryService::PlaintextContentType Property

 

Predefined content type for plain text files.

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

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

The plain text content type inherits from the text content type. It is a sibling of the code content type.

Return to top
Show: