SerializationInfoEnumerator.Value 屬性

定義

取得目前正在檢查的項目值。

public:
 property System::Object ^ Value { System::Object ^ get(); };
public object? Value { get; }
public object Value { get; }
member this.Value : obj
Public ReadOnly Property Value As Object

屬性值

目前正在檢查的項目值。

例外狀況

列舉值已經開始列舉項目,或已經達到列舉型別的結尾。

適用於