This documentation is archived and is not being maintained.

TeamFoundationTrace::MethodEntry Method (array<Object>)

Trace entry into a method. This includes the method’s signature.

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

[ConditionalAttribute(L"DEBUG")]
public:
static void MethodEntry(
	... array<Object^>^ parameters
)

Parameters

parameters
Type: array<System::Object>

The parameters if any associated with the method.

Show: