ITextBufferFactoryService.TextContentType Property

Definition

Predefined default content type. This is the base type for most content types.

public:
 property Microsoft::VisualStudio::Utilities::IContentType ^ TextContentType { Microsoft::VisualStudio::Utilities::IContentType ^ get(); };
public:
 property Microsoft::VisualStudio::Utilities::IContentType ^ TextContentType { Microsoft::VisualStudio::Utilities::IContentType ^ get(); };
public Microsoft.VisualStudio.Utilities.IContentType TextContentType { get; }
member this.TextContentType : Microsoft.VisualStudio.Utilities.IContentType
Public ReadOnly Property TextContentType As IContentType

Property Value

The text IContentType.

Applies to