Top "Envdte" questions

EnvDTE is an assembly-wrapped COM library containing the objects and members for Visual Studio core automation.

Accessing Projects via DTE in C# T4 Template

I'm currently trying to iterate over all of my projects (sharepoint) to get all feature guids into an file. there …

c# visual-studio-2012 t4 envdte
Getting the current EnvDTE or IServiceProvider when NOT coding an Addin

I am coding up some design time code. I want to use this snippet: (Found here) var dte = (EnvDTE.DTE) …

.net visual-studio-2010 visual-studio envdte visual-studio-extensions
EnvDTE substitute in Visual Studio 2012

Until now, I have been successfully using EnvDTE to manage Visual Studio Toolbox. There are customized DLLs to deal with …

visual-studio visual-studio-2012 envdte
How to use DTE in PowerShell?

I am trying to use PowerShell to automate the process of creating an n-tier solution based on a seed (think …

.net powershell envdte
DTE.ExecuteCommand and wait

I would like use macros for publishing my webapplication project. The little problem is, DTE.ExecuteCommand run asynchronously, and I …

c# visual-studio automation macros envdte