DropDownMember.Glyph 属性

获取或设置图像索引与项的文本。

命名空间:  Microsoft.VisualStudio.Package
程序集:   Microsoft.VisualStudio.Package.LanguageService(在 Microsoft.VisualStudio.Package.LanguageService.dll 中)
  Microsoft.VisualStudio.Package.LanguageService.10.0(在 Microsoft.VisualStudio.Package.LanguageService.10.0.dll 中)
  Microsoft.VisualStudio.Package.LanguageService.11.0(在 Microsoft.VisualStudio.Package.LanguageService.11.0.dll 中)
  Microsoft.VisualStudio.Package.LanguageService.9.0(在 Microsoft.VisualStudio.Package.LanguageService.9.0.dll 中)

语法

声明
Public Property Glyph As Integer
public int Glyph { get; set; }

属性值

类型:System.Int32
图像索引。

备注

有关图像的更多信息,请参见 实现语言服务 (托管包结构) 标题为 “默认图像的部分对语言服务列表”提供标准图标及其列表的名称。

.NET Framework 安全性

请参见

参考

DropDownMember 类

Microsoft.VisualStudio.Package 命名空间