Compartilhar via


Método IGlyphFactoryProvider.GetGlyphFactory

Obtém o IGlyphFactory para o modo de exibição de texto indicado e margem.

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

Sintaxe

'Declaração
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

Parâmetros

Valor de retorno

Tipo: Microsoft.VisualStudio.Text.Editor.IGlyphFactory
Um IGlyphFactory de determinado modo de exibição e margem.

Segurança do .NET Framework

Consulte também

Referência

IGlyphFactoryProvider Interface

Namespace Microsoft.VisualStudio.Text.Editor