ProcessStartInfo.ErrorDialogParentHandle 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定視窗控制代碼,以便在無法啟動處理序而顯示錯誤對話方塊時使用。
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
因處理序啟動失敗而產生之錯誤對話方塊的控制代碼指標。
- 屬性
備註
如果 為 ErrorDialogtrue
,則 ErrorDialogParentHandle 屬性會指定所顯示之對話框的父視窗。 指定父系以在應用程式前面保留對話框很有用。