Partager via


WindowHelper.GetDialogOwnerHandle Method

Returns the window handle that can be used to parent modal dialogs

Namespace:  Microsoft.Internal.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

'Déclaration
Public Shared Function GetDialogOwnerHandle As IntPtr
'Utilisation
Dim returnValue As IntPtr

returnValue = WindowHelper.GetDialogOwnerHandle()
public static IntPtr GetDialogOwnerHandle()
public:
static IntPtr GetDialogOwnerHandle()
static member GetDialogOwnerHandle : unit -> IntPtr 
public static function GetDialogOwnerHandle() : IntPtr

Return Value

Type: System.IntPtr

.NET Framework Security

See Also

Reference

WindowHelper Class

WindowHelper Members

Microsoft.Internal.VisualStudio.PlatformUI Namespace