更新 : 2007 年 11 月
[デバイス エミュレータ] ウィンドウを表示します。
HRESULT BringToFront();
戻り値
メソッド呼び出しの結果を示す HRESULT 値。
解説
[デバイス エミュレータ マネージャ] ウィンドウで [操作] メニューの [最前面へ移動] を選択するのと同じです。
使用例
このメソッドの使用例を次に示します。コード例全体については、「IDeviceEmulatorManagerVMID」を参照してください。
// Make the Device Emulator window visible
hr = pDevice->BringToFront();
if (SUCCEEDED(hr)) wprintf_s(L"Device Emulator window is on top\n");
必要条件
DEMComInterface.tlb