Boxes::Box Method (Boolean)

 

Gets the box value specified.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

public:
static Object^ Box(
	bool value
)

Parameters

value
Type: System::Boolean

The value to return box value for.

Return Value

Type: System::Object^

Returns true if the value is true; otherwise returns false.

Return to top
Show: