Share via


IGlyphFactoryProvider.GetGlyphFactory, méthode

Obtient l'élément IGlyphFactory correspondant à la marge et à l'affichage de texte spécifiés.

Espace de noms :  Microsoft.VisualStudio.Text.Editor
Assembly :  Microsoft.VisualStudio.Text.UI.Wpf (dans Microsoft.VisualStudio.Text.UI.Wpf.dll)

Syntaxe

'Déclaration
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

Paramètres

Valeur de retour

Type : Microsoft.VisualStudio.Text.Editor.IGlyphFactory
Élément IGlyphFactory correspondant à la vue et à la marge spécifiées.

Sécurité .NET Framework

Voir aussi

Référence

IGlyphFactoryProvider Interface

Microsoft.VisualStudio.Text.Editor, espace de noms