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)

Syntax

'Declaration
Public Shared Sub Enter ( _
    info As String _
)
public static void Enter(
    string info
)
public:
static void Enter(
    String^ info
)
static member Enter : 
        info:string -> unit
public static function Enter(
    info : String
)

Parameters

Remarks

The block is completed using the Exit method.

.NET Framework Security

See Also

Reference

TeamFoundationTrace Class

Enter Overload

Microsoft.TeamFoundation Namespace