This documentation is archived and is not being maintained.
TeamFoundationTrace::VerboseIf Method (Boolean, String)
Visual Studio 2013
Conditionally writes a detailed message to the trace output.
Namespace: Microsoft.TeamFoundation
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Parameters
- condition
- Type: System::Boolean
The condition that causes the message to be written to the trace output, if true.
- info
- Type: System::String
The message to write.
- 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.
Show: