| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property Items As IList(Of Object)  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
Dim instance As FilterList Dim value As IList(Of Object) value = instance.Items  | |
| C# | |
|---|---|
public IList<object> Items {get;}  | |
| Managed Extensions for C++ | |
|---|---|
public: __property IList<Object*>* get_Items();  | |
| C++/CLI | |
|---|---|
public: property IList<Object^>^ Items { IList<Object^>^ get(); }  | |
Requirements
Platforms: Windows 10, Windows NT, Windows Server