VsIntellisenseCompletorClass.GetWindowHandle(IntPtr) Method

Definition

Gets the handle of the completor window.

public:
 virtual int GetWindowHandle([Runtime::InteropServices::Out] IntPtr % phwnd) = Microsoft::VisualStudio::TextManager::Interop::IVsIntellisenseCompletor::GetWindowHandle;
public:
 virtual int GetWindowHandle([Runtime::InteropServices::Out] IntPtr % phwnd);
public virtual int GetWindowHandle (out IntPtr phwnd);
abstract member GetWindowHandle : nativeint -> int
override this.GetWindowHandle : nativeint -> int
Public Overridable Function GetWindowHandle (ByRef phwnd As IntPtr) As Integer

Parameters

phwnd
IntPtr

nativeint

The window handle.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Implements

Applies to