This documentation is archived and is not being maintained.

TeamFoundationTrace::MethodExit Method

Trace method exit. This includes the method's signature.

Namespace:  Microsoft.TeamFoundation
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

[ConditionalAttribute(L"DEBUG")]
public:
static void MethodExit()

The API traceswitch setting determines whether any trace output appears. This method is only available in DEBUG builds.

Show: