Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.