共用方式為


IGlyphFactoryProvider.GetGlyphFactory 方法

取得指定文字檢視和邊界的 IGlyphFactory

命名空間:  Microsoft.VisualStudio.Text.Editor
組件:  Microsoft.VisualStudio.Text.UI.Wpf (在 Microsoft.VisualStudio.Text.UI.Wpf.dll 中)

語法

'宣告
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

參數

傳回值

類型:Microsoft.VisualStudio.Text.Editor.IGlyphFactory
指定檢視和邊界的 IGlyphFactory

.NET Framework 安全性

請參閱

參考

IGlyphFactoryProvider 介面

Microsoft.VisualStudio.Text.Editor 命名空間