Miner.Interop.Process Namespace > IMMSessionManager3 Interface : CurrentOpenSession Property |
'Declaration
<System.Runtime.InteropServices.DispIdAttribute(1610678274)> Property CurrentOpenSession As IMMSession
'Usage
Dim instance As IMMSessionManager3 Dim value As IMMSession instance.CurrentOpenSession = value value = instance.CurrentOpenSession
[System.Runtime.InteropServices.DispId(1610678274)] IMMSession CurrentOpenSession {get; set;}
read-write property CurrentOpenSession: IMMSession;
System.Runtime.InteropServices.DispIdAttribute(1610678274) function get,set CurrentOpenSession : IMMSession
[System.Runtime.InteropServices.DispId(1610678274)] __property IMMSession* get_CurrentOpenSession(); __property void set_CurrentOpenSession( IMMSession* value );
[System.Runtime.InteropServices.DispId(1610678274)] property IMMSession^ CurrentOpenSession { IMMSession^ get(); void set ( IMMSession^ value); }
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