IGlyphFactoryProvider::GetGlyphFactory Method (IWpfTextView^, IWpfTextViewMargin^)
Visual Studio 2015
Gets the IGlyphFactory for the given text view and margin.
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Parameters
- view
-
Type:
Microsoft.VisualStudio.Text.Editor::IWpfTextView^
The view for which the factory is being created.
- margin
-
Type:
Microsoft.VisualStudio.Text.Editor::IWpfTextViewMargin^
The margin for which the factory will create glyphs.
Return Value
Type: Microsoft.VisualStudio.Text.Editor::IGlyphFactory^An IGlyphFactory for the given view and margin.
Show: