TaskList.SelectedItems Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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