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
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
- HighlightingStyleRegistry.IClassificationTypeRegistry.get_Item(String)
- HighlightingStyleRegistry.GetClassificationType(String)
- HighlightingStyleRegistry.GetEnumerator()
- HighlightingStyleRegistry.OnChanged(EventArgs)
- HighlightingStyleRegistry.Register(IClassificationType, IHighlightingStyle)
- HighlightingStyleRegistry.Register(IClassificationType, IHighlightingStyle, Boolean)
- HighlightingStyleRegistry.Unregister(IClassificationType)
- HighlightingStyleRegistry.ImportHighlightingStyles(Stream)
- HighlightingStyleRegistry.IClassificationTypeRegistry.Item[String]
- HighlightingStyleRegistry.ClassificationTypes
- HighlightingStyleRegistry.Count
- HighlightingStyleRegistry.Description
- HighlightingStyleRegistry.HighlightingStyles
- HighlightingStyleRegistry.Item[IClassificationType]
- HighlightingStyleRegistry.UnusedRegionForegroundOpacity
- HighlightingStyleRegistry.Changed
- Object.ToString()
- Object.Equals(Object)
- Object.Equals(Object, Object)
- Object.ReferenceEquals(Object, Object)
- Object.GetHashCode()
- Object.GetType()
- Object.MemberwiseClone()