ErrorList.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 error list items.
public:
property System::Object ^ SelectedItems { System::Object ^ get(); };
public:
property Platform::Object ^ SelectedItems { Platform::Object ^ get(); };
[System.Runtime.InteropServices.DispId(7)]
public object SelectedItems { [System.Runtime.InteropServices.DispId(7)] get; }
[<System.Runtime.InteropServices.DispId(7)>]
[<get: System.Runtime.InteropServices.DispId(7)>]
member this.SelectedItems : obj
Public ReadOnly Property SelectedItems As Object
Property Value
Returns a list of items selected within the error list.
- Attributes