TraceReader.GetValues(Object[]) Method

Definition

Gets an array of values from the data value at the specified column position.

public:
 virtual int GetValues(cli::array <System::Object ^> ^ values);
public int GetValues (object[] values);
abstract member GetValues : obj[] -> int
override this.GetValues : obj[] -> int
Public Function GetValues (values As Object()) As Integer

Parameters

values
Object[]

An array of Object values that specifies the column position of the data.

Returns

An Int32 value that specifies the number of objects returned in the array.

Implements

Examples

Readme_Tracer

Applies to