TraceReader.GetGuid(Int32) Method

Definition

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

public:
 virtual Guid GetGuid(int ordinal);
public Guid GetGuid (int ordinal);
abstract member GetGuid : int -> Guid
override this.GetGuid : int -> Guid
Public Function GetGuid (ordinal As Integer) As Guid

Parameters

ordinal
Int32

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

Returns

A Guid system object value that represents the data at the specified column position.

Implements

Examples

Readme_Tracer

Applies to