Freigeben über


ITextDataModel.ContentType-Eigenschaft

Der IContentType des Textdatenmodells.

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

Syntax

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

Eigenschaftswert

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

Hinweise

In der Regel ist dieser Inhaltstyp der IContentType identisch DocumentBuffer, dies ist jedoch nicht unbedingt immer der Fall.

.NET Framework-Sicherheit

Siehe auch

Referenz

ITextDataModel Schnittstelle

Microsoft.VisualStudio.Text-Namespace