envdte
Are there any document window focus events?
This one has been a bit of a pain due to a similarly named feature in Visual Studio (which I won\'t mention here for the sake of people searching).[详细]
2023-04-09 09:08 分类:问答How to programmatically sign a project in c sharp
I am creating projects from a template using DTE. I want the projects to be s开发者_JS百科igned by a particular .snk file. How to do it programmatically??[详细]
2023-04-02 10:05 分类:问答Refreshing Visual Studio Output Window
I have some C# code writing progress messages to a Visual Studio 2010 EnvDTE.OutputWindowPane.The code is invoked from a Visual Studio menu (it\'s in a VSPackage).[详细]
2023-04-01 20:02 分类:问答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 分类:问答Create a solution and add a project using "VisualStudio.DTE.10.0"
I\'m trying to create a VS2010 solution and add a project from a stand-alone app (not an add-in). I can create an instance of VS2010, but I\'m not able to determine how to create a project properly...[详细]
2023-03-23 14:35 分类:问答Getting the instance of EnvDTE.Debugger in VS2010
I\'m trying to create a Visual Studio Integration Package project which will display data from the debugger.[详细]
2023-03-23 03:21 分类:问答T4MVC "run custom tool" generates EnvDTO 7.0 vs 8.0 csc warning
I\'m getting the following warning when I right click on T4MVC.tt and select \"run custom tool\" (i.e. rebuild by T4MVC.cs file).[详细]
2023-03-22 17:05 分类:问答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 分类:问答Visual Studio 2010 DTE: How to make added DLL reference absolute and not copied
Summary: We need to duplicate the behaviour of the Add Reference dialog, using DTE, when you add a specific DLL (it adds a Hint path entry to the reference in the CSProj file).[详细]
2023-03-20 05:40 分类:问答