StrongBox<T>.IStrongBox.Value Propriété

Définition

Obtient ou définit la valeur à laquelle StrongBox<T> fait référence.

property System::Object ^ System::Runtime::CompilerServices::IStrongBox::Value { System::Object ^ get(); void set(System::Object ^ value); };
object System.Runtime.CompilerServices.IStrongBox.Value { get; set; }
object? System.Runtime.CompilerServices.IStrongBox.Value { get; set; }
member this.System.Runtime.CompilerServices.IStrongBox.Value : obj with get, set
 Property Value As Object Implements IStrongBox.Value

Valeur de propriété

Valeur à laquelle StrongBox<T> fait référence.

Implémente

S’applique à