Dela via


HwndWrapper.CreateWindowClassCore Method

Creates the WNDCLASS atom to use for constructing this window’s handle.

This API is not CLS-compliant. 

Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Protected Overridable Function CreateWindowClassCore As UShort
[CLSCompliantAttribute(false)]
protected virtual ushort CreateWindowClassCore()
[CLSCompliantAttribute(false)]
protected:
virtual unsigned short CreateWindowClassCore()
[<CLSCompliantAttribute(false)>]
abstract CreateWindowClassCore : unit -> uint16 
[<CLSCompliantAttribute(false)>]
override CreateWindowClassCore : unit -> uint16
protected function CreateWindowClassCore() : ushort

Return Value

Type: UInt16
Returns the WNDCLASS atom used to create this window’s handle.

.NET Framework Security

See Also

Reference

HwndWrapper Class

Microsoft.VisualStudio.PlatformUI Namespace