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.
Unboxes the specified object into a Boolean object.
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Public Shared Function AsBoolean ( _
var As Object _
) As Boolean
public static bool AsBoolean(
Object var
)
public:
static bool AsBoolean(
Object^ var
)
static member AsBoolean :
var:Object -> bool
public static function AsBoolean(
var : Object
) : boolean
Parameters
var
Type: ObjectThe original value to unbox.
Return Value
Type: Boolean
Returns a Boolean object.
.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.