I am working on a Visual Studio 2010 extension and I want to add an attribute to an MSBuild Item, as follows:
I have an IWizard which gets access to a Project variable. What code do I need to write to set the \'Start External Program\' value in project properties开发者_JAVA百科?Here\'s a macro that will set t
I\'m looking for a way to get the return value of a method via the Visual Studio Debugger (using DTE). Is it possible to obtain it if I\'m at the closing brace of the metho开发者_StackOverflowd, but n
I\'ve got a Package for Vs2010 that currently follows EnvDTE=>Solution=>Projects=>CodeModel=>CodeElements
I have a Visual Studio 2008 addin that when I press a certain hotkey, it opens a specific file (different based on the context of the hotkey) and then searches that file for a specific string (again,
I am using EnvDTE to generate some code in my latest project. I have a reference to a CodeClass-Object for a given C#-Class but now I wanted to loop through all of its members (in codeClass.Members)
I\'ve got a designer that relies on the existence of other solution items.If one of those items is deleted the designer crashes and you have to edit as XML to fix.Not exactly user friendly.
I\'m making an add-in with Visual Studio 2005 C# to help easily toggle between source and header files, as well as script files that all follow a similar开发者_StackOverflow中文版 naming structure.How
I\'m writing an VS add-in and I need to run a cert开发者_JS百科ain method after a successful build.
Given a type name, is it possible to use DTE to find the ProjectItem that the type is located in? Something similar to how the Navigate To... dialog works in Visual Studio 2010.