Search code examples
Get all code statements in specific code element with EnvDte...


c#automationenvdte

Read More
How can I reload a visual studio project thru a nuget powershell script...


visual-studio-2010powershellnugetenvdte

Read More
EnvDTE iterate through subfolders within solution...


c#subdirectoryenvdte

Read More
Avoiding a full load of solution file via envDTE...


visual-studio-2010envdte

Read More
How do you walk the solution hierarchy?...


powershellenvdte

Read More
How to programmatically reload an existing unloaded c# project with IVsSolution.CreateProject...


c#visual-studio-2012envdtevsix

Read More
Determining if a Mono.Cecil.MethodDefinition is refering to the same function as a given EnvDTE.Code...


c#vb.netvisual-studio-2012envdtemono.cecil

Read More
Determining if a EnvDTE.Project is available...


c#.netenvdte

Read More
Where are the type libraries for EnvDTE?...


visual-studio-2010powershellcomenvdte

Read More
How to select the debugging mode automating Visual Studio?...


visual-studiodebuggingvisual-studio-2013envdte

Read More
EnvDTE types are not recognized in T4 template...


c#t4envdte

Read More
How do I provide an implementation of ProjectItem.get_FileNames(i)?...


c#.netenvdteindexer

Read More
'The type x exists in both dll' SAME dll + cast to CORRECT object type returns null?...


visual-studio-2013envdtecomobject

Read More
How to tell type of indexing used from debugger...


visual-studio-2010debuggingcomenvdte

Read More
DTE build event: notification of succeeded but not built...


visual-studiobuildvisual-studio-extensionsvisual-studio-addinsenvdte

Read More
Check if the current document in Visual Studio 2012 is a Code Window...


c#visual-studiovisual-studio-2012visual-studio-extensionsenvdte

Read More
Detecting outlining sections within EnvDTE.Document...


c#envdtevs-extensibility

Read More
How can I get only classes defined in the current project in EnvDTE?...


envdte

Read More
Create or Get Solution folder in NuGet Init.ps1...


visual-studiopowershellnugetenvdte

Read More
How can I get nuget (powershell) to insert <DependentUpon> elements in the target csproj file...


powershellnugetnuget-packageenvdtecsproj

Read More
Can I pass an argument/switch/parameter to a VSPackage MenuCommand?...


visual-studioenvdtevspackage

Read More
Current type of the build action from Visual Studio - Microsoft.VisualStudio.Shell.Interop...


c#visual-studiobuildvisual-studio-extensionsenvdte

Read More
Get the reference of the DTE2 object in Visual C# 2010...


c#visual-studio-2010add-inenvdte

Read More
Visual Studio package - EnvDTE Solution.SolutionBuild locks DLL when Build is called...


c#visual-studioenvdtevspackage

Read More
In a Visual Studio package, can I simulate (DTE) GetService(typeof (DTE)) for tests?...


c#visual-studioenvdtevspackage

Read More
Setting the OutputPath property of a project via Visual Studio Automation...


c#visual-studio-2012msbuildenvdte

Read More
VS SDK ContentType does not work...


c#visual-studio-extensionsenvdtevisual-studio-sdk

Read More
How do can I programmatically automate the comparison of Visual Studio Solution Files?...


c#visual-studiomsbuildenvdte

Read More
Losing Window focus in own Visual Studio extension (using EnvDTE)...


c#visual-studioadd-inenvdte

Read More
How to implement Submit and Cancel buttons in IWizard implementation...


visual-studio-addinsenvdtevsixvspackagevs-extensibility

Read More
BackNext