Unbox::AsUInt32 Method (Object^)

 

Unboxes the specified object into a Uint32 object.

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

public:
static unsigned int AsUInt32(
	Object^ var
)

Parameters

var
Type: System::Object^

The original value to unbox.

Return Value

Type: System::UInt32

Returns the Uint32 object.

Return to top
Show: