In This Article

IHighlightingStyleRegistryProvider Interface

Provides the base requirements for an object that can provide a custom IHighlightingStyleRegistry.

public interface IHighlightingStyleRegistryProvider

Remarks

This interface can be implemented by IClassificationTag instances to use custom highlighting style registries for that particular tag.

Properties

HighlightingStyleRegistry

Gets the custom IHighlightingStyleRegistry associated with this object.

IHighlightingStyleRegistry HighlightingStyleRegistry { get; }

Property Value

IHighlightingStyleRegistry:

The custom IHighlightingStyleRegistry associated with this object.