ArcFM Responder Mobile Developer Guide
ImportState Property (IMMMobileObject)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678276)>
Property ImportState As mmImportStateType
'Usage
 
Dim instance As IMMMobileObject
Dim value As mmImportStateType
 
instance.ImportState = value
 
value = instance.ImportState
[System.Runtime.InteropServices.DispId(1610678276)]
mmImportStateType ImportState {get; set;}
read-write property ImportState: mmImportStateType; 
System.Runtime.InteropServices.DispIdAttribute(1610678276)
function get,set ImportState : mmImportStateType
[System.Runtime.InteropServices.DispId(1610678276)]
__property mmImportStateType get_ImportState();
__property void set_ImportState( 
   mmImportStateType value
);
[System.Runtime.InteropServices.DispId(1610678276)]
property mmImportStateType ImportState {
   mmImportStateType get();
   void set (    mmImportStateType 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

IMMMobileObject Interface
IMMMobileObject Members

Send Feedback