This documentation is archived and is not being maintained.

TeamFoundationTrace::MethodExit Method (Int32)

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(
	int depth
)

Parameters

depth
Type: System::Int32

Indicates how many frames up the stack the method signature of interest is.

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

Show: