Unbox::AsUInt16 Method (Object^)

 

Unboxes the specified object into a UInt16 object.

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

public:
static unsigned short AsUInt16(
	Object^ var
)

Parameters

var
Type: System::Object^

The original value to unbox.

Return Value

Type: System::UInt16

Returns a UInt16 object.

Return to top
Show: