Unbox::AsIntPtr Method (Object^)

 

Unboxes the specified object into an IntPtr object.

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

public:
static IntPtr AsIntPtr(
	Object^ var
)

Parameters

var
Type: System::Object^

The original value to unbox.

Return Value

Type: System::IntPtr

Returns an IntPtr object.

Return to top
Show: