vsx
Get all defined ClassificationTypeDefinitions?
So I just tried creating a new classification type, [Export(typeof(ClassificationTypeDefinition))] [Name(\"String\")][详细]
2023-04-07 17:15 分类:问答Creating VSTemplates that DO NOT appear under web projects (only under unflavoured projects)
We have a bunch of templates, some of which are only visible when adding a new item to a C# Web Application project (filtered using the \"Web\" template group ID). Many of our other templates, though,[详细]
2023-04-02 18:32 分类:问答Developing multiple Visual Studio 2010 extensions
Im working on a couple of independent Visual Studio extensions in separate solutions. When I open one of them and launch the experimental instance in the debugger, the other extensions from the other[详细]
2023-04-02 11:09 分类:问答How to know if a Visual Studio project item is a WebReference?
I\'m developing a Visual Studio extensibility package. I need to get the files under a project hierarchy using IVsSccProject2.Get开发者_高级运维SccFiles.[详细]
2023-03-29 16:32 分类:问答Programmatically publish web application
I\'m trying to write a visual studio extension that allows me to publish multiple web applications in a solution, similar to using the one-click publish feature on all the projects.[详细]
2023-03-28 03:38 分类:问答VS2010 extension, using MEF tagger, want to use code model
I want to write a visual studio 2010 extension displaying a margin glyph on each class, method, property, field and event definition (tooltip/popup window on click with addition开发者_如何学JAVAal inf[详细]
2023-03-27 11:23 分类:问答How to get IVsBuildableProjectCfg to subscribe to build events?
I am trying to get an instance of the IVsBuildableProjectCfg object, but I have no clue how to get it.[详细]
2023-03-20 19:12 分类:问答Get instance of IMonitorSelectionService for Visual Studio Sequence Diagram
I\'m trying to create a Visual Studio extension that works alongside the Sequence Diagram Designer, and I\'d like to be able to register for an event that will notify me whenever the selection changes[详细]
2023-03-20 12:43 分类:问答some keys don't work in the tool window of VS 2010 extension
I created a vs 2010 extension with a tool window. I have a browser inside my tool window. When i type text in the browser everything works fine but when i click on some keys lik开发者_StackOverflow社[详细]
2023-03-12 13:10 分类:问答Adding menu item in VS Extension through DTE doesn't fire Click handler
I am trying to dynamically fill the Solution right click menu with menu items from VS Package (Extension).[详细]
2023-03-08 18:07 分类:问答