Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Writes an informational message to the trace output.
Namespace: Microsoft.TeamFoundation
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Shared Sub Info ( _
traceCategory As TraceType, _
information As String _
)
public static void Info(
TraceType traceCategory,
string information
)
public:
static void Info(
TraceType traceCategory,
String^ information
)
static member Info :
traceCategory:TraceType *
information:string -> unit
public static function Info(
traceCategory : TraceType,
information : String
)
Parameters
- traceCategory
Type: Microsoft.TeamFoundation.TraceType
The trace category used for reporting the trace.
- information
Type: System.String
The 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.