Boxes.Box, méthode (Boolean)
Gets the box value specified.
Espace de noms : Microsoft.VisualStudio.PlatformUI
Assembly : Microsoft.VisualStudio.Shell.11.0 (dans Microsoft.VisualStudio.Shell.11.0.dll)
Syntaxe
'Déclaration
Public Shared Function Box ( _
value As Boolean _
) As Object
public static Object Box(
bool value
)
Paramètres
- value
Type : System.Boolean
The value to return box value for.
Valeur de retour
Type : System.Object
Returns true if the value is true; otherwise returns false.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.