IGlyphService 接口

获取标准标志符号集。

命名空间:  Microsoft.VisualStudio.Language.Intellisense
程序集:  Microsoft.VisualStudio.Language.Intellisense(在 Microsoft.VisualStudio.Language.Intellisense.dll 中)

语法

声明
Public Interface IGlyphService
public interface IGlyphService
public interface class IGlyphService
type IGlyphService =  interface end
public interface IGlyphService

IGlyphService 类型公开以下成员。

方法

  名称 说明
公共方法 GetGlyph 以 WPF ImageSource 形式获取标志符号。

页首

备注

这是 MEF 组件部件,应导入具有以下属性:

[Import]

如果需要导出,则可以通过执行具有以下属性:

[Export(typeof(IGlyphService))]

请参阅

参考

Microsoft.VisualStudio.Language.Intellisense 命名空间