ArcFM Responder Mobile Developer Guide
BuildObject Property (IMMDynamicList)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678273)>
Property BuildObject As IMMListBuilder
'Usage
 
Dim instance As IMMDynamicList
Dim value As IMMListBuilder
 
instance.BuildObject = value
 
value = instance.BuildObject
[System.Runtime.InteropServices.DispId(1610678273)]
IMMListBuilder BuildObject {get; set;}
read-write property BuildObject: IMMListBuilder; 
System.Runtime.InteropServices.DispIdAttribute(1610678273)
function get,set BuildObject : IMMListBuilder
[System.Runtime.InteropServices.DispId(1610678273)]
__property IMMListBuilder* get_BuildObject();
__property void set_BuildObject( 
   IMMListBuilder* value
);
[System.Runtime.InteropServices.DispId(1610678273)]
property IMMListBuilder^ BuildObject {
   IMMListBuilder^ get();
   void set (    IMMListBuilder^ 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

IMMDynamicList Interface
IMMDynamicList Members

Send Feedback