TraceReader.GetValue(Int32) Method

Definition

Gets a value of the data value at the specified column position.

public:
 virtual System::Object ^ GetValue(int ordinal);
public object GetValue (int ordinal);
abstract member GetValue : int -> obj
override this.GetValue : int -> obj
Public Function GetValue (ordinal As Integer) As Object

Parameters

ordinal
Int32

An Int32 value that specifies the column position of the data.

Returns

An Object system value that represents the data at the specified column position.

Implements

Examples

Readme_Tracer

Applies to