TraceReader.GetGuid(Int32) 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.
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
Returns
A Guid system object value that represents the data at the specified column position.