【问题标题】:List of icons for Visual Studio Add-insVisual Studio 加载项的图标列表
【发布时间】:2011-06-30 23:13:56
【问题描述】:

我正在制作一个快速的 Visual Studio 2008 插件。其中一个关键命令是在“工具”菜单下放置一个菜单项:

Command command = commands.AddNamedCommand2(_addInInstance, "MyAddin", "My Addin", 
     "Executes the command for MyAddin", true, 
     59, 
     ref contextGUIDS, (int)vsCommandStatus.vsCommandStatusSupported
          +(int)vsCommandStatus.vsCommandStatusEnabled, 
     (int)vsCommandStyle.vsCommandStylePictAndText, 
     vsCommandControlType.vsCommandControlTypeButton);

其中一个参数是59(第6个参数),表示插件可以使用的图标序号。显然有数百个可用。

某处是否有完整的图标列表,以便我可以实际看到它们的样子?

【问题讨论】:

标签: c# visual-studio-2008 add-in


【解决方案1】:
猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2012-02-29
  • 1970-01-01
  • 1970-01-01
  • 2012-09-29
  • 1970-01-01
相关资源
最近更新 更多