IGlyphFactoryProvider Interface
Visual Studio 2015
Provides an IGlyphFactory.
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
| Name | Description | |
|---|---|---|
![]() | GetGlyphFactory(IWpfTextView, IWpfTextViewMargin) | Gets the IGlyphFactory for the given text view and margin. |
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.
Show:
