Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The IContentType of the text data model.
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
Property Value
Type: Microsoft.VisualStudio.Utilities.IContentType
The IContentType of the text data model.
Remarks
Usually this content type is the same as the IContentType of the DocumentBuffer, but this is not necessarily always the case.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.