EditorControl::HwndGetWindow Method (UInt32, UInt32)

 

Gets a window associated with the component.

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

public:
virtual IntPtr HwndGetWindow(
	unsigned int dwWhich,
	unsigned int dwReserved
) override

Parameters

dwWhich
Type: System::UInt32

A value from _OLECWINDOW.

dwReserved
Type: System::UInt32

Reserved for future use; should be 0.

Return Value

Type: System::IntPtr

The Handle of the control.

Return to top
Show: