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)
Syntax
'Declaration
Public Shared Sub Enter ( _
keywords As String(), _
level As TraceLevel, _
info As String _
)
public static void Enter(
string[] keywords,
TraceLevel level,
string info
)
public:
static void Enter(
array<String^>^ keywords,
TraceLevel level,
String^ info
)
static member Enter :
keywords:string[] *
level:TraceLevel *
info:string -> unit
public static function Enter(
keywords : String[],
level : TraceLevel,
info : String
)
Parameters
keywords
Type: array<System.String[]One or more keywords
level
Type: System.Diagnostics.TraceLevelThe trace level required to write the message
info
Type: System.StringThe message to write
.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.