Partilhar via


Propriedade ITextStructureNavigator.ContentType

Obtém o tipo de conteúdo que ofereça suporte a esse navegador.

Namespace:  Microsoft.VisualStudio.Text.Operations
Assembly:  Microsoft.VisualStudio.Text.Logic (em Microsoft.VisualStudio.Text.Logic.dll)

Sintaxe

'Declaração
ReadOnly Property ContentType As IContentType
IContentType ContentType { get; }
property IContentType^ ContentType {
    IContentType^ get ();
}
abstract ContentType : IContentType with get
function get ContentType () : IContentType

Valor de propriedade

Tipo: Microsoft.VisualStudio.Utilities.IContentType
O tipo de conteúdo que ofereça suporte a esse navegador.

Segurança do .NET Framework

Consulte também

Referência

ITextStructureNavigator Interface

Namespace Microsoft.VisualStudio.Text.Operations