This documentation is archived and is not being maintained.

TeamFoundationTrace::Enter Method (String)

Start a nested trace block with the specified message.

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

public:
static void Enter(
	String^ info
)

Parameters

info
Type: System::String

The message to write.

The block is completed using the Exit method.

Show: