Share via


IGlyphFactoryProvider.GetGlyphFactory Method

Gets the IGlyphFactory for the given text view and margin.

Namespace:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

Syntax

'Declaration
Function GetGlyphFactory ( _
    view As IWpfTextView, _
    margin As IWpfTextViewMargin _
) As IGlyphFactory
IGlyphFactory GetGlyphFactory(
    IWpfTextView view,
    IWpfTextViewMargin margin
)
IGlyphFactory^ GetGlyphFactory(
    IWpfTextView^ view, 
    IWpfTextViewMargin^ margin
)
abstract GetGlyphFactory : 
        view:IWpfTextView * 
        margin:IWpfTextViewMargin -> IGlyphFactory 
function GetGlyphFactory(
    view : IWpfTextView, 
    margin : IWpfTextViewMargin
) : IGlyphFactory

Parameters

Return Value

Type: Microsoft.VisualStudio.Text.Editor.IGlyphFactory
An IGlyphFactory for the given view and margin.

.NET Framework Security

See Also

Reference

IGlyphFactoryProvider Interface

Microsoft.VisualStudio.Text.Editor Namespace