Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the IGlyphFactory for the given text view and margin.
Namespace: Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntax
'Declaration
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
Parameters
- view
Type: Microsoft.VisualStudio.Text.Editor.IWpfTextView
The view for which the factory is being created.
- margin
Type: Microsoft.VisualStudio.Text.Editor.IWpfTextViewMargin
The margin for which the factory will create glyphs.
Return Value
Type: Microsoft.VisualStudio.Text.Editor.IGlyphFactory
An IGlyphFactory for the given view and margin.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.