Unbox::AsInt32 Method (Object^)

 

Unboxes the specified object into an Int32 object.

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

public:
static int AsInt32(
	Object^ var
)

Parameters

var
Type: System::Object^

The original value to unbox.

Return Value

Type: System::Int32

Returns an Int32 object.

Return to top
Show: