次の方法で共有


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

'宣言
Public Shared Function Box ( _
    value As Boolean _
) As Object
public static Object Box(
    bool value
)

Parameters

Return Value

Type: System.Object
Returns true if the value is true; otherwise returns false.

.NET Framework Security

See Also

Reference

Boxes Class

Box Overload

Microsoft.VisualStudio.PlatformUI Namespace