Freigeben über


ITextStructureNavigator.ContentType-Eigenschaft

Ruft den Inhaltstyp ab, den dieser Navigator unterstützt.

Namespace:  Microsoft.VisualStudio.Text.Operations
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

Eigenschaftswert

Typ: Microsoft.VisualStudio.Utilities.IContentType
Der Inhaltstyp, den dieser Navigator unterstützt.

.NET Framework-Sicherheit

Siehe auch

Referenz

ITextStructureNavigator Schnittstelle

Microsoft.VisualStudio.Text.Operations-Namespace