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
- info 
 Type: System.String- The message to write. 
Remarks
The block is completed using the Exit method.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.