다음을 통해 공유


IGlyphFactory.GenerateGlyph 메서드

지정된 줄의 새 문자 모양 비주얼을 생성합니다.

네임스페이스:  Microsoft.VisualStudio.Text.Editor
어셈블리:  Microsoft.VisualStudio.Text.UI.Wpf(Microsoft.VisualStudio.Text.UI.Wpf.dll)

구문

‘선언
Function GenerateGlyph ( _
    line As IWpfTextViewLine, _
    tag As IGlyphTag _
) As UIElement
UIElement GenerateGlyph(
    IWpfTextViewLine line,
    IGlyphTag tag
)
UIElement^ GenerateGlyph(
    IWpfTextViewLine^ line, 
    IGlyphTag^ tag
)
abstract GenerateGlyph : 
        line:IWpfTextViewLine * 
        tag:IGlyphTag -> UIElement
function GenerateGlyph(
    line : IWpfTextViewLine, 
    tag : IGlyphTag
) : UIElement

매개 변수

반환 값

형식: UIElement
지정된 태그의 비주얼 요소입니다.

.NET Framework 보안

참고 항목

참조

IGlyphFactory 인터페이스

Microsoft.VisualStudio.Text.Editor 네임스페이스