This documentation is archived and is not being maintained.

TeamFoundationTrace::Enter Method (array<String>, TraceLevel, String)

Start a nested trace block; the block is completed using Exit()

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

public:
static void Enter(
	array<String^>^ keywords, 
	TraceLevel level, 
	String^ info
)

Parameters

keywords
Type: array<System::String>

One or more keywords

level
Type: System.Diagnostics::TraceLevel

The trace level required to write the message

info
Type: System::String

The message to write

Show: