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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family