ITextBufferFactoryService.PlaintextContentType 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.
Predefined content type for plain text files.
public:
property Microsoft::VisualStudio::Utilities::IContentType ^ PlaintextContentType { Microsoft::VisualStudio::Utilities::IContentType ^ get(); };
public:
property Microsoft::VisualStudio::Utilities::IContentType ^ PlaintextContentType { Microsoft::VisualStudio::Utilities::IContentType ^ get(); };
public Microsoft.VisualStudio.Utilities.IContentType PlaintextContentType { get; }
member this.PlaintextContentType : Microsoft.VisualStudio.Utilities.IContentType
Public ReadOnly Property PlaintextContentType As IContentType
Property Value
The plain text IContentType.
Remarks
The plain text content type inherits from the text content type. It is a sibling of the code content type.