ArcFM Solution Developer Guide
Items Property (ID8List2)






Returns an enumeration of all children in the list as an ID8EnumListItem object.
Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678272)>
ReadOnly Property Items As ID8EnumListItem
'Usage
 
Dim instance As ID8List2
Dim value As ID8EnumListItem
 
value = instance.Items
[System.Runtime.InteropServices.DispId(1610678272)]
ID8EnumListItem Items {get;}
read-only property Items: ID8EnumListItem; 
System.Runtime.InteropServices.DispIdAttribute(1610678272)
function get Items : ID8EnumListItem
[System.Runtime.InteropServices.DispId(1610678272)]
__property ID8EnumListItem* get_Items();
[System.Runtime.InteropServices.DispId(1610678272)]
property ID8EnumListItem^ Items {
   ID8EnumListItem^ get();
}

Property Value

ID8EnumListItem
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ID8List2 Interface
ID8List2 Members

Send Feedback