HwndWrapper::WindowClassAtom Property

 

Gets or creates the class atom returned from CreateWindowClassCore.

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

protected:
[CLSCompliantAttribute(false)]
property unsigned short WindowClassAtom {
	unsigned short get();
}

Property Value

Type: System::UInt16

Returns the class atom.

Return to top
Show: