TaskList.SelectedItems Property

Definition

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

public:
 property System::Object ^ SelectedItems { System::Object ^ get(); };
public:
 property Platform::Object ^ SelectedItems { Platform::Object ^ get(); };
[System.Runtime.InteropServices.DispId(6)]
public object SelectedItems { [System.Runtime.InteropServices.DispId(6)] get; }
[<System.Runtime.InteropServices.DispId(6)>]
[<get: System.Runtime.InteropServices.DispId(6)>]
member this.SelectedItems : obj
Public ReadOnly Property SelectedItems As Object

Property Value

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

Attributes

Applies to