ITextBufferFactoryService.PlaintextContentType Property

Definition

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.

Applies to