Proprietà ITextSnapshot.ContentType
ottiene IContentType il TextBuffer quando questo snapshot era corrente.
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
IContentType .
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.