EditorControl.HwndGetWindow Method
Gets a window associated with the component.
Namespace: Microsoft.VisualStudio.Package
Assemblies: Microsoft.VisualStudio.Package.LanguageService (in Microsoft.VisualStudio.Package.LanguageService.dll)
Microsoft.VisualStudio.Package.LanguageService.11.0 (in Microsoft.VisualStudio.Package.LanguageService.11.0.dll)
Microsoft.VisualStudio.Package.LanguageService.10.0 (in Microsoft.VisualStudio.Package.LanguageService.10.0.dll)
Microsoft.VisualStudio.Package.LanguageService.12.0 (in Microsoft.VisualStudio.Package.LanguageService.12.0.dll)
Microsoft.VisualStudio.Package.LanguageService.9.0 (in Microsoft.VisualStudio.Package.LanguageService.9.0.dll)
Syntax
'Declaration
Public Overrides Function HwndGetWindow ( _
dwWhich As UInteger, _
dwReserved As UInteger _
) As IntPtr
public override IntPtr HwndGetWindow(
uint dwWhich,
uint dwReserved
)
public:
virtual IntPtr HwndGetWindow(
unsigned int dwWhich,
unsigned int dwReserved
) override
abstract HwndGetWindow :
dwWhich:uint32 *
dwReserved:uint32 -> IntPtr
override HwndGetWindow :
dwWhich:uint32 *
dwReserved:uint32 -> IntPtr
public override function HwndGetWindow(
dwWhich : uint,
dwReserved : uint
) : IntPtr
Parameters
dwWhich
Type: UInt32A value from _OLECWINDOW.
dwReserved
Type: UInt32Reserved for future use; should be 0.
Return Value
Type: IntPtr
The Handle of the control.
Implements
IOleComponent.HwndGetWindow(UInt32, UInt32)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.