IVsTextViewIntellisenseHost.GetHostWindow(IntPtr) Método

Definição

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

Parâmetros

hwnd
IntPtr

Retornos

Int32

Se o método tiver sucesso, ele retornará NativeMethods.S_OK. Se falhar, retornará um código de erro.

Implementações

Comentários

De singlefileeditor. idl:

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

Aplica-se a