Visual Basic (Declaration) | |
---|---|
<ConditionalAttribute("TRACE")> Public Shared Sub TraceWriteLine( _ ByVal aObject As Object _ ) |
C# | |
---|---|
[ConditionalAttribute("TRACE")] public static void TraceWriteLine( object aObject ) |
C++/CLI | |
---|---|
[ConditionalAttribute("TRACE")] public: static void TraceWriteLine( Object^ aObject ) |
Parameters
- aObject
- The object to be written to the log.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family