ProjectContainerNode.CreateNestedProjectNodes Method

Upon loading the solution, loops through all the subprojects known to MSBuild and for each one creates the project and the project node in the hierarchy.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Protected Friend Sub CreateNestedProjectNodes
'使用

Me.CreateNestedProjectNodes()
protected internal void CreateNestedProjectNodes()
protected public:
void CreateNestedProjectNodes()
protected internal function CreateNestedProjectNodes()

Permissions

See Also

Reference

ProjectContainerNode Class

ProjectContainerNode Members

Microsoft.VisualStudio.Package Namespace