TeamFoundationTrace.Verbose Method (array<String , String)
Trace a message if the verbose level is set for the keywords
Namespace: Microsoft.TeamFoundation
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Shared Sub Verbose ( _
keywords As String(), _
info As String _
)
public static void Verbose(
string[] keywords,
string info
)
public:
static void Verbose(
array<String^>^ keywords,
String^ info
)
static member Verbose :
keywords:string[] *
info:string -> unit
public static function Verbose(
keywords : String[],
info : String
)
Parameters
keywords
Type: array<System.String[]One or more keywords
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.