Freigeben über


ITextBufferFactoryService.TextContentType-Eigenschaft

Der Textinhaltstyp.

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

Syntax

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

Eigenschaftswert

Typ: Microsoft.VisualStudio.Utilities.IContentType
Der IContentType des Texts.

.NET Framework-Sicherheit

Siehe auch

Referenz

ITextBufferFactoryService Schnittstelle

Microsoft.VisualStudio.Text-Namespace