Traces debug information.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Sub TraceVerbose( _
ByVal message As String _
) |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As Tracing
Dim message As String
instance.TraceVerbose(message)
|
| C# | |
|---|
public void TraceVerbose(
string message
) |
| Managed Extensions for C++ | |
|---|
public: void TraceVerbose(
string* message
) |
| C++/CLI | |
|---|
public:
void TraceVerbose(
String^ message
) |
Parameters
- message
- The debug information to trace.
Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family
See Also