Returns the list of items. Each
OEItem can contain a list of other
OEItem.
Syntax
| Visual Basic (Declaration) | |
|---|
Public ReadOnly Property Items As IList(Of OEItem) |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As OEItem
Dim value As IList(Of OEItem)
value = instance.Items
|
| C# | |
|---|
public IList<OEItem> Items {get;} |
| Managed Extensions for C++ | |
|---|
public: __property IList<OEItem>* get_Items(); |
| C++/CLI | |
|---|
public:
property IList<OEItem>^ Items {
IList<OEItem>^ get();
} |
Return Value
List of items derived from
OEItem.
Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family
See Also