ToolWindows::SolutionExplorer Property

 

Gets a UIHierarchy object representing Solution Explorer.

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

property UIHierarchy^ SolutionExplorer {
	UIHierarchy^ get();
}

Property Value

Type: EnvDTE::UIHierarchy^

A UIHierarchy object.

This example activates Solution Explorer, selects items in it, counts and displays the number of items in it, and then closes it. Open a project in the Visual Studio integrated development environment (IDE) before running this example.

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