IGlyphFactoryProvider.GetGlyphFactory(IWpfTextView, IWpfTextViewMargin) Methode

Definition

Ruft die IGlyphFactory für die angegebene Textansicht und den angegebenen Rand ab.

public:
 Microsoft::VisualStudio::Text::Editor::IGlyphFactory ^ GetGlyphFactory(Microsoft::VisualStudio::Text::Editor::IWpfTextView ^ view, Microsoft::VisualStudio::Text::Editor::IWpfTextViewMargin ^ margin);
public Microsoft.VisualStudio.Text.Editor.IGlyphFactory GetGlyphFactory (Microsoft.VisualStudio.Text.Editor.IWpfTextView view, Microsoft.VisualStudio.Text.Editor.IWpfTextViewMargin margin);
abstract member GetGlyphFactory : Microsoft.VisualStudio.Text.Editor.IWpfTextView * Microsoft.VisualStudio.Text.Editor.IWpfTextViewMargin -> Microsoft.VisualStudio.Text.Editor.IGlyphFactory
Public Function GetGlyphFactory (view As IWpfTextView, margin As IWpfTextViewMargin) As IGlyphFactory

Parameter

view
IWpfTextView

Die Ansicht, für die die Factory erstellt wird.

margin
IWpfTextViewMargin

Der Rand, für den die Factory Symbole erstellt.

Gibt zurück

IGlyphFactory

Eine IGlyphFactory für die angegebene Ansicht und den angegebenen Rand.

Gilt für