ShellTextEditorControl.GetParent 方法

定義

多載

GetParent(IntPtr)
GetParent(HandleRef)

GetParent(IntPtr)

public:
 static IntPtr GetParent(IntPtr hWnd);
public static IntPtr GetParent (IntPtr hWnd);
Public Shared Function GetParent (hWnd As IntPtr) As IntPtr

參數

hWnd
IntPtr

傳回

IntPtr

適用於

GetParent(HandleRef)

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

參數

hWnd
HandleRef

傳回

IntPtr

適用於