ShellTextEditorControl.GetParent 方法

定义

重载

GetParent(IntPtr)
GetParent(HandleRef)

GetParent(IntPtr)

public:
 static IntPtr GetParent(IntPtr hWnd);
public static IntPtr GetParent (IntPtr hWnd);
static member GetParent : nativeint -> nativeint
Public Shared Function GetParent (hWnd As IntPtr) As IntPtr

参数

hWnd
IntPtr

nativeint

返回

IntPtr

nativeint

适用于

GetParent(HandleRef)

public:
 static IntPtr GetParent(System::Runtime::InteropServices::HandleRef hWnd);
public static IntPtr GetParent (System.Runtime.InteropServices.HandleRef hWnd);
static member GetParent : System.Runtime.InteropServices.HandleRef -> nativeint
Public Shared Function GetParent (hWnd As HandleRef) As IntPtr

参数

hWnd
HandleRef

返回

IntPtr

nativeint

适用于