ArcFM Responder Mobile Developer Guide
SwitchState Property






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678272)>
Property SwitchState As mmSystemSwitchState
'Usage
 
Dim instance As IMMDeviceStatus
Dim value As mmSystemSwitchState
 
instance.SwitchState = value
 
value = instance.SwitchState
[System.Runtime.InteropServices.DispId(1610678272)]
mmSystemSwitchState SwitchState {get; set;}
read-write property SwitchState: mmSystemSwitchState; 
System.Runtime.InteropServices.DispIdAttribute(1610678272)
function get,set SwitchState : mmSystemSwitchState
[System.Runtime.InteropServices.DispId(1610678272)]
__property mmSystemSwitchState get_SwitchState();
__property void set_SwitchState( 
   mmSystemSwitchState value
);
[System.Runtime.InteropServices.DispId(1610678272)]
property mmSystemSwitchState SwitchState {
   mmSystemSwitchState get();
   void set (    mmSystemSwitchState 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

IMMDeviceStatus Interface
IMMDeviceStatus Members

Send Feedback