UpdateableDataRecord.GetValue Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| GetValue() | |
| GetValue(Int32) | |
| GetValue(Int32, DataRecordVersion) |
GetValue()
protected:
System::Object ^ GetValue();
protected object GetValue ();
override this.GetValue : unit -> obj
Protected Function GetValue () As Object
Returns
Applies to
GetValue(Int32)
public:
override System::Object ^ GetValue(int i);
public override object GetValue (int i);
override this.GetValue : int -> obj
Public Overrides Function GetValue (i As Integer) As Object
Parameters
- i
- Int32
Returns
Implements
Applies to
GetValue(Int32, DataRecordVersion)
public:
virtual System::Object ^ GetValue(int index, Microsoft::HostIntegration::MsHostFileClient::DataRecordVersion version);
public virtual object GetValue (int index, Microsoft.HostIntegration.MsHostFileClient.DataRecordVersion version);
override this.GetValue : int * Microsoft.HostIntegration.MsHostFileClient.DataRecordVersion -> obj
Public Overridable Function GetValue (index As Integer, version As DataRecordVersion) As Object
Parameters
- index
- Int32
- version
- DataRecordVersion