Freigeben über


ITextBufferFactoryService.PlaintextContentType-Eigenschaft

Vordefinierter Inhaltstyp für Nur-Text-Dateien.

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

Syntax

'Declaration
ReadOnly Property PlaintextContentType As IContentType
IContentType PlaintextContentType { get; }
property IContentType^ PlaintextContentType {
    IContentType^ get ();
}
abstract PlaintextContentType : IContentType with get
function get PlaintextContentType () : IContentType

Eigenschaftswert

Typ: Microsoft.VisualStudio.Utilities.IContentType
Der IContentType für Nur-Text-Dateien.

Hinweise

Der Nur-Text Inhaltstyp erbt vom Textinhaltstyp. Es ist ein gleichgeordnetes Element des Codes inhaltstyps.

.NET Framework-Sicherheit

Siehe auch

Referenz

ITextBufferFactoryService Schnittstelle

Microsoft.VisualStudio.Text-Namespace