In This Article

AmbientHighlightingStyleRegistry Class

Represents the global registry of IHighlightingStyle data.

public sealed class AmbientHighlightingStyleRegistry : HighlightingStyleRegistry, IHighlightingStyleRegistry, IClassificationTypeRegistry
Inheritance:
object HighlightingStyleRegistry object
Implements:
IHighlightingStyleRegistry IClassificationTypeRegistry

Remarks

This class is a singleton.

Properties

Instance

Gets an instance of the global classification type registry.

public static IHighlightingStyleRegistry Instance { get; }

Property Value

IHighlightingStyleRegistry:

An instance of the global classification type registry.

Inherited Members

Extension Methods