In This Article

AmbientHighlightingStyleRegistry Class

Represents the global registry of IHighlightingStyle data.

public sealed class AmbientHighlightingStyleRegistry : HighlightingStyleRegistry, IHighlightingStyleRegistry, IClassificationTypeRegistry, IEnumerable<IClassificationType>, IEnumerable<KeyValuePair<IClassificationType, IHighlightingStyle>>, IEnumerable
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