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
view
Tipo: Microsoft.VisualStudio.Text.Editor.IWpfTextViewLa visualizzazione per il quale viene creata la factory.
margin
Tipo: Microsoft.VisualStudio.Text.Editor.IWpfTextViewMarginil margine per il quale la factory creerà i glifi.
Valore restituito
Tipo: Microsoft.VisualStudio.Text.Editor.IGlyphFactory
IGlyphFactory per la visualizzazione e il margine specificati.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.