ArcFM Responder Mobile Developer Guide
Contents Property (IMMPackage)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678283)>
Property Contents As IMMSimplePersistentListItem
'Usage
 
Dim instance As IMMPackage
Dim value As IMMSimplePersistentListItem
 
instance.Contents = value
 
value = instance.Contents
[System.Runtime.InteropServices.DispId(1610678283)]
IMMSimplePersistentListItem Contents {get; set;}
read-write property Contents: IMMSimplePersistentListItem; 
System.Runtime.InteropServices.DispIdAttribute(1610678283)
function get,set Contents : IMMSimplePersistentListItem
[System.Runtime.InteropServices.DispId(1610678283)]
__property IMMSimplePersistentListItem* get_Contents();
__property void set_Contents( 
   IMMSimplePersistentListItem* value
);
[System.Runtime.InteropServices.DispId(1610678283)]
property IMMSimplePersistentListItem^ Contents {
   IMMSimplePersistentListItem^ get();
   void set (    IMMSimplePersistentListItem^ 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

IMMPackage Interface
IMMPackage Members

Send Feedback