ArcFM Responder Mobile Developer Guide
CurrentItem Property (IMMStoredItemManager)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678284)>
Property CurrentItem As IMMStoredItem
'Usage
 
Dim instance As IMMStoredItemManager
Dim value As IMMStoredItem
 
instance.CurrentItem = value
 
value = instance.CurrentItem
[System.Runtime.InteropServices.DispId(1610678284)]
IMMStoredItem CurrentItem {get; set;}
read-write property CurrentItem: IMMStoredItem; 
System.Runtime.InteropServices.DispIdAttribute(1610678284)
function get,set CurrentItem : IMMStoredItem
[System.Runtime.InteropServices.DispId(1610678284)]
__property IMMStoredItem* get_CurrentItem();
__property void set_CurrentItem( 
   IMMStoredItem* value
);
[System.Runtime.InteropServices.DispId(1610678284)]
property IMMStoredItem^ CurrentItem {
   IMMStoredItem^ get();
   void set (    IMMStoredItem^ 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

IMMStoredItemManager Interface
IMMStoredItemManager Members

Send Feedback