SimpleEditorView::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
)

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

A pointer to the desired window or null if no such window exists.

By default this method is not implemented and returns a null pointer.

Return to top
Show: