ModuleInfo.Trace (String) Method

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

Parameters

message
string

Message to trace

Return Value

int

Returns zero

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition