Chili.Opf3 Send comments on this topic.
Current Property
See Also 
Chili.Opf3 Namespace > Tracing Class : Current Property




Returns the current instance of the Tracing class.

Syntax

Visual Basic (Declaration) 
Public Shared ReadOnly Property Current As Tracing
Visual Basic (Usage)Copy Code
Dim value As Tracing
 
value = Tracing.Current
C# 
public static Tracing Current {get;}
Managed Extensions for C++ 
public: __property static Tracing* get_Current();
C++/CLI 
public:
static property Tracing^ Current {
   Tracing^ get();
}

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also