NativeCommonImplementation.GetFieldValue 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
GetFieldValue(String) | |
GetFieldValue(String, Int32) |
GetFieldValue(String)
public:
override System::Object ^ GetFieldValue(System::String ^ fieldName);
public override object GetFieldValue (string fieldName);
override this.GetFieldValue : string -> obj
Public Overrides Function GetFieldValue (fieldName As String) As Object
Parameters
- fieldName
- String
Returns
Applies to
GetFieldValue(String, Int32)
public:
override System::Object ^ GetFieldValue(System::String ^ fieldName, int arrayIndex);
public override object GetFieldValue (string fieldName, int arrayIndex);
override this.GetFieldValue : string * int -> obj
Public Overrides Function GetFieldValue (fieldName As String, arrayIndex As Integer) As Object
Parameters
- fieldName
- String
- arrayIndex
- Int32