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

Trace messages to trace window tools
<ID("Trace Information", (int)e.Trace3)> _ 
Public Function Trace( _ 
ByVal message As String, _ 
ByVal type As T.Toolkit.TK.eTkTraceType, _ 
ByVal objectName As String, _ 
Optional ByVal eventSource As String = null, _ 
Optional ByVal eventValue As String = null _ 
) As Integer
This language is not supported or no code example is available.
[ID("Trace Information", (int)e.Trace3)] 
public int Trace( 
string message
T.Toolkit.TK.eTkTraceType type
string objectName
string eventSource = null, 
string eventValue = null 
)
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)

objectName
string

Information to show on info1 column

eventSource
string

Information to show on info2 column

eventValue
string

Information to show on info3 column

Return Value

int

Returns zero

.NET Framework

Supported in: 4.8

In this article

Definition