Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines common boxed values.
Inheritance Hierarchy
Object
Microsoft.VisualStudio.PlatformUI.Boxes
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Public NotInheritable Class Boxes
public static class Boxes
public ref class Boxes abstract sealed
[<AbstractClass>]
[<Sealed>]
type Boxes = class end
public final class Boxes
The Boxes type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() |
Box(Boolean) | Gets the box value specified. |
![]() ![]() |
Box(Nullable<Boolean>) | Gets the box value specified. |
Top
Fields
Name | Description | |
---|---|---|
![]() ![]() |
BooleanFalse | Value of false. |
![]() ![]() |
BooleanTrue | Value of true. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.