ProcessStartInfo.ErrorDialogParentHandle プロパティ

定義

プロセスを起動できないときにエラー ダイアログ ボックスを表示するのに使用するウィンドウ ハンドルを取得または設定します。

public:
 property IntPtr ErrorDialogParentHandle { IntPtr get(); void set(IntPtr value); };
public IntPtr ErrorDialogParentHandle { get; set; }
[System.ComponentModel.Browsable(false)]
public IntPtr ErrorDialogParentHandle { get; set; }
member this.ErrorDialogParentHandle : nativeint with get, set
[<System.ComponentModel.Browsable(false)>]
member this.ErrorDialogParentHandle : nativeint with get, set
Public Property ErrorDialogParentHandle As IntPtr

プロパティ値

IntPtr

nativeint

プロセスの起動失敗によって生成されるエラー ダイアログ ボックスのハンドルへのポインター。

属性

注釈

trueの場合ErrorDialog、 プロパティはErrorDialogParentHandle、表示されるダイアログ ボックスの親ウィンドウを指定します。 アプリケーションの前にダイアログ ボックスを保持する親を指定すると便利です。

適用対象