UIHierarchy::SelectedItems Property
Visual Studio 2015
Gets a collection of all of the currently selected items.
Assembly: EnvDTE (in EnvDTE.dll)
Property Value
Type: System::Object^An object containing a collection of all of the currently selected items.
SelectedItems returns a collection (safe array) containing the items currently selected in the tree view. SelectedItems returns the selected items as an array of UIHierarchy objects. This data is a snapshot, however, and is not updated if the status of the UIHierarchy window changes.
Show: