Quantcast
Channel: Visual Studio Integrate forum
Viewing all articles
Browse latest Browse all 4410

Add SolutionFolder with editable label.

$
0
0

Hi,

I create new solution folder using this code: 

EnvDTE80.Solution2 solution = item.Object as EnvDTE80.Solution2;

if (solution != null)
{
	EnvDTE.Project folder = solution.AddSolutionFolder("NewFolder");

	return null;
}

But if i want to create two folders I have some error. How can i create SolutionFolder and rename it.

Thanks.


Viewing all articles
Browse latest Browse all 4410

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>