ArcFM Responder Mobile Developer Guide
FirstItemSel Property






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678288)>
Property FirstItemSel As ID8ListItem
'Usage
 
Dim instance As IMMListTree
Dim value As ID8ListItem
 
instance.FirstItemSel = value
 
value = instance.FirstItemSel
[System.Runtime.InteropServices.DispId(1610678288)]
ID8ListItem FirstItemSel {get; set;}
read-write property FirstItemSel: ID8ListItem; 
System.Runtime.InteropServices.DispIdAttribute(1610678288)
function get,set FirstItemSel : ID8ListItem
[System.Runtime.InteropServices.DispId(1610678288)]
__property ID8ListItem* get_FirstItemSel();
__property void set_FirstItemSel( 
   ID8ListItem* value
);
[System.Runtime.InteropServices.DispId(1610678288)]
property ID8ListItem^ FirstItemSel {
   ID8ListItem^ get();
   void set (    ID8ListItem^ value);
}
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

IMMListTree Interface
IMMListTree Members

Send Feedback