ITextDataModel.ContentType Свойство

Определение

Тип IContentType модели текстовых данных. Обычно это то же самое, что и IContentType для, DocumentBuffer но не обязательно.

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

Значение свойства

IContentType

Тип IContentType модели текстовых данных.

Комментарии

Обычно этот тип содержимого совпадает с типом IContentType DocumentBuffer , но это не обязательно всегда так.

Применяется к