Condividi tramite


Proprietà ITextBuffer.ContentType

Ottiene il tipo di contenuto di testo nel buffer.

Spazio dei nomi:  Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

Sintassi

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

Valore proprietà

Tipo: Microsoft.VisualStudio.Utilities.IContentType
Il tipo di contenuto di testo nel buffer.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ITextBuffer Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Text