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.
Write a message to the trace output
Namespace:  Microsoft.TeamFoundation
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Shared Sub Verbose ( _
    keywords As String(), _
    format As String, _
    ParamArray args As Object() _
)
public static void Verbose(
    string[] keywords,
    string format,
    params Object[] args
)
public:
static void Verbose(
    array<String^>^ keywords, 
    String^ format, 
    ... array<Object^>^ args
)
static member Verbose : 
        keywords:string[] * 
        format:string * 
        args:Object[] -> unit
public static function Verbose(
    keywords : String[], 
    format : String, 
    ... args : Object[]
)
Parameters
- keywords 
 Type: array<System.String[]- One or more keywords 
- format 
 Type: System.String- The string format to which args is applied 
- args 
 Type: array<System.Object[]- One or more arguments 
.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.