다음을 통해 공유


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

적용 대상