Boxes.Box, méthode (Nullable<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 ( _
nullableValue As Nullable(Of Boolean) _
) As Object
public static Object Box(
Nullable<bool> nullableValue
)
Paramètres
- nullableValue
Type : System.Nullable<Boolean>
Value to get box value for.
Valeur de retour
Type : System.Object
Returns the value if not nullRéférence Null (Nothing en Visual Basic); otherwise returns nullRéférence Null (Nothing en Visual Basic).
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.