プロセスを起動できないときにエラー ダイアログ ボックスを表示するのに使用するウィンドウ ハンドルを、取得または設定します。
Public Property ErrorDialogParentHandle As IntPtr
[C#]
public IntPtr ErrorDialogParentHandle {get; set;}
[C++]
public: __property IntPtr get_ErrorDialogParentHandle();public: __property void set_ErrorDialogParentHandle(IntPtr);
[JScript]
public function get ErrorDialogParentHandle() : IntPtr;public function set ErrorDialogParentHandle(IntPtr);
プロパティ値
プロセスの起動失敗によって生成されるエラー ダイアログ ボックスのハンドルを識別する IntPtr。
解説
ErrorDialog が true の場合は、表示されるダイアログ ボックスの親ウィンドウが指定されます。親を指定すると、アプリケーションの前面にダイアログ ボックスを表示させるのに役立ちます。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
ProcessStartInfo クラス | ProcessStartInfo メンバ | System.Diagnostics 名前空間