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
view
Type : Microsoft.VisualStudio.Text.Editor.IWpfTextViewVue pour laquelle la fabrique est en cours de création.
margin
Type : Microsoft.VisualStudio.Text.Editor.IWpfTextViewMarginMarge pour laquelle la fabrique doit créer des glyphes.
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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.