IGlyphFactoryProvider Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides an IGlyphFactory.
public interface class IGlyphFactoryProvider
public interface class IGlyphFactoryProvider
__interface IGlyphFactoryProvider
public interface IGlyphFactoryProvider
type IGlyphFactoryProvider = interface
Public Interface IGlyphFactoryProvider
Remarks
This is a MEF component part, and should be exported with the following attribute: [Export(typeof(IGlyphFactoryProvider))] Exporters must supply a NameAttribute, OrderAttribute, at least one ContentTypeAttribute, and at least one TagTypeAttribute.
Methods
GetGlyphFactory(IWpfTextView, IWpfTextViewMargin) |
Gets the IGlyphFactory for the given text view and margin. |