TaskList::SelectedItems Property

 

Gets a collection of all of the items currently selected in the Task List.

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

property Object^ SelectedItems {
	Object^ get();
}

Property Value

Type: System::Object^

An object containing a collection of all of the currently selected items.

Return to top
Show: