TaskList.SelectedItems Property

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

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

Syntax

'Declaration
ReadOnly Property SelectedItems As Object
Object SelectedItems { get; }
property Object^ SelectedItems {
    Object^ get ();
}
abstract SelectedItems : Object
function get SelectedItems () : Object

Property Value

Type: System.Object
An object containing a collection of all of the currently selected items.

.NET Framework Security

See Also

Reference

TaskList Interface

EnvDTE Namespace