IGlyphFactoryProvider Interface
Provides an IGlyphFactory.
Namespace: Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntax
'Declaration
Public Interface IGlyphFactoryProvider
public interface IGlyphFactoryProvider
public interface class IGlyphFactoryProvider
type IGlyphFactoryProvider = interface end
public interface IGlyphFactoryProvider
The IGlyphFactoryProvider type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetGlyphFactory | Gets the IGlyphFactory for the given text view and margin. |
Top
Remarks
This is a MEF component part, and should be exported with the following attribute:
[Export(typeof(IGlyphVisualProvider))]
Exporters must supply a NameAttribute, an OrderAttribute, at least one ContentTypeAttribute, and at least one TagTypeAttribute.