ITextStructureNavigator::ContentType Property

 

Gets the content type that this navigator supports.

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

property IContentType^ ContentType {
	IContentType^ get();
}

Property Value

Type: Microsoft.VisualStudio.Utilities::IContentType^

The content type that this navigator supports.

Return to top
Show: