envdte
C# equivalent of the C++ custom project Wizard
I have an existing wizard template created for VC++ from year back, ported to VS2008. It uses the custom wizard jscript/html templating system and DTE object. I\'ve used this successfully for years, b[详细]
2022-12-22 02:22 分类:问答Can you do a RunCustomTool with EnvDTE as a pre-build event?
I am using T4MVC, and I can\'t use a pre-build event to run TextTransform.exe as it relies on EnvDTE, and must be run with Visual Studio as host.[详细]
2022-12-21 14:10 分类:问答Remove a keyboard shortcut binding in Visual Studio using Macros
I have a lot of custom keyboard shortcuts set up. To avoid having to set them up every time I install a new visual studio (happens quite a lot currectly, with VS2010 being in beta/RC) I have created a[详细]
2022-12-20 22:15 分类:问答Instantiating VisualStudio 2008
I\'m trying to get a list of all projects within a specified VS2008 solution. (this is a stand-alone console app, it is not a Visual Studio add-in)[详细]
2022-12-20 05:19 分类:问答Get ProjectItems for Partial Class through CodeModel
I ha开发者_Go百科ve seen looking for a way to get the list of ProjectItems (files) for a known class, which generated from several partial classes. I use CodeModel to search for a class and accessing[详细]
2022-12-18 19:16 分类:问答Can you access 'Service Reference' Programmatically?
Info: C#, Visual Studio 2010 I am trying to access the existing service references and am not sure how, I can achieve the following to get all \'references\'[详细]
2022-12-18 12:24 分类:问答EnvDTE partial class keyword
I\'m introspecting on the code in a project using EnvDTE, and I开发者_如何转开发 want to be able to determine if they\'re a partial class, but it doesn\'t seem to exist in the namespace.Does anyone kn[详细]
2022-12-18 09:16 分类:问答VB.NET EnvDTE Up-To-Date check before building project
how do I check if a project is up-to-date? I\'m basically trying to programmatically build each project in a list but only if they have changed. So does anyone know of a way (using EnvDTE maybe) to[详细]
2022-12-11 04:01 分类:问答