CurrentValueRecord.GetValue(Int32) 方法
本文內容
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
擷取欄位的值。
public:
override System::Object ^ GetValue(int ordinal);
C#
public override object GetValue(int ordinal);
override this.GetValue : int -> obj
Public Overrides Function GetValue (ordinal As Integer) As Object
- ordinal
- Int32
欄位的序數。
欄位值。
適用於
產品 | 版本 |
---|---|
.NET Framework | 3.5 |