Solution3::AddSolutionFolder Method (String^)

 

Adds a solution folder to a ProjectItems collection.

Namespace:   EnvDTE90
Assembly:  EnvDTE90 (in EnvDTE90.dll)

Project^ AddSolutionFolder(
	String^ Name
)

Parameters

Name
Type: System::String^

The name of the solution folder.

Return Value

Type: EnvDTE::Project^

A Project object.

AddSolutionFolder returns a Project object that you can cast or query interface (QI) to a SolutionFolder object.

No code example is currently available or this language may not be supported.
Return to top
Show: