Share via


Boxes Class

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
Public methodStatic member Box(Boolean) Gets the box value specified.
Public methodStatic member Box(Nullable<Boolean>) Gets the box value specified.

Top

Fields

  Name Description
Public fieldStatic member BooleanFalse Value of false.
Public fieldStatic member 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.

See Also

Reference

Microsoft.VisualStudio.PlatformUI Namespace