Condividi tramite


Metodo IGlyphFactoryProvider.GetGlyphFactory

ottiene IGlyphFactory per la visualizzazione di testo e il margine specificati.

Spazio dei nomi:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

Sintassi

'Dichiarazione
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

Parametri

Valore restituito

Tipo: Microsoft.VisualStudio.Text.Editor.IGlyphFactory
IGlyphFactory per la visualizzazione e il margine specificati.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IGlyphFactoryProvider Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Text.Editor