TeamFoundationTrace.Verbose Method (String)
Writes a detailed message to the trace output.
Namespace: Microsoft.TeamFoundation
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Shared Sub Verbose ( _
info As String _
)
public static void Verbose(
string info
)
public:
static void Verbose(
String^ info
)
static member Verbose :
info:string -> unit
public static function Verbose(
info : String
)
Parameters
info
Type: System.StringThe message to write to the trace.
Remarks
Uses the General category and Verbose level.
.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.