ITextDataModel.ContentType Eigenschaft

Definition

Der IContentType des Textdatenmodells. In der Regel ist dies mit dem IContentType von identisch, DocumentBuffer aber es ist nicht erforderlich.

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

Eigenschaftswert

IContentType

Der IContentType des Textdatenmodells.

Hinweise

Normalerweise ist dieser Inhaltstyp mit dem IContentType von identisch DocumentBuffer , aber dies ist nicht notwendigerweise immer der Fall.

Gilt für