IVsTextViewIntellisenseHost.GetHostWindow(IntPtr) Methode

Definition

public:
 int GetHostWindow([Runtime::InteropServices::Out] IntPtr % hwnd);
public int GetHostWindow (out IntPtr hwnd);
abstract member GetHostWindow : nativeint -> int
Public Function GetHostWindow (ByRef hwnd As IntPtr) As Integer

Parameter

hwnd
IntPtr

Gibt zurück

Int32

Wenn die Methode erfolgreich ist, gibt sie NativeMethods.S_OK zurück. Bei einem Fehler wird ein Fehlercode zurückgegeben.

Implementiert

Hinweise

Aus singlefileeditor. idl:

HRESULT IVsTextViewIntellisenseHost::GetHostWindow([out] HWND *hwnd);  

Gilt für