Condividi tramite


Proprietà ITextStructureNavigator.ContentType

Ottiene il tipo di contenuto supportato da questo strumento di spostamento.

Spazio dei nomi:  Microsoft.VisualStudio.Text.Operations
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.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 multimediale di che questo strumento di spostamento.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ITextStructureNavigator Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Text.Operations