Freigeben über


ProcessStartInfo.ErrorDialogParentHandle-Eigenschaft

Ruft das Fensterhandle ab, das beim Anzeigen eines Fehlerdialogfelds für einen fehlgeschlagenen Prozessstart verwendet wird, oder legt dieses fest.

Namespace: System.Diagnostics
Assembly: System (in system.dll)

Syntax

'Declaration
Public Property ErrorDialogParentHandle As IntPtr
'Usage
Dim instance As ProcessStartInfo
Dim value As IntPtr

value = instance.ErrorDialogParentHandle

instance.ErrorDialogParentHandle = value
public IntPtr ErrorDialogParentHandle { get; set; }
public:
property IntPtr ErrorDialogParentHandle {
    IntPtr get ();
    void set (IntPtr value);
}
/** @property */
public IntPtr get_ErrorDialogParentHandle ()

/** @property */
public void set_ErrorDialogParentHandle (IntPtr value)
public function get ErrorDialogParentHandle () : IntPtr

public function set ErrorDialogParentHandle (value : IntPtr)

Eigenschaftenwert

Ein IntPtr, der das Handle des Fehlerdialogfelds kennzeichnet, das aus einem fehlerhaften Prozessstart resultiert.

Hinweise

Wenn ErrorDialog true ist, wird dadurch das übergeordnete Fenster für das angezeigte Dialogfeld angegeben. Es empfiehlt sich, ein übergeordnetes Element anzugeben, damit das Dialogfeld immer im Vordergrund der Anwendung angezeigt wird.

Plattformen

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile für Pocket PC, Windows Mobile für Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.

Versionsinformationen

.NET Framework

Unterstützt in: 2.0, 1.1, 1.0

Siehe auch

Referenz

ProcessStartInfo-Klasse
ProcessStartInfo-Member
System.Diagnostics-Namespace