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))]