ModuleInfo.Trace (String, eTraceType) Method

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

Parameters

message
string

Message to trace

type
eTraceType

Message type (eTraceType)

Return Value

int

Returns zero

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition