Boxes.Box Method (Boolean)
Gets the box value specified.
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaração
Public Shared Function Box ( _
value As Boolean _
) As Object
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.