ModuleInfo.Trace (String, T.Toolkit.TK.eTkTraceType) Method

Trace messages to trace window tools
<ID("Trace Message and Type", (int)e.Trace2)> _ 
Public Function Trace( _ 
ByVal message As String, _ 
ByVal type As T.Toolkit.TK.eTkTraceType
) As Integer
This language is not supported or no code example is available.
[ID("Trace Message and Type", (int)e.Trace2)] 
public int Trace( 
string message
T.Toolkit.TK.eTkTraceType type 
)
This language is not supported or no code example is available.

Parameters

message
string

Message to trace

type
T.Toolkit.TK.eTkTraceType

Message type (eTraceType)

Return Value

int

Returns zero

.NET Framework

Supported in: 4.8

In this article

Definition