共用方式為


StrongBox<T>.IStrongBox.Value 屬性

定義

取得或設定 StrongBox<T> 所參考的值。

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

屬性值

StrongBox<T> 所參考的值。

實作

適用於