Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Conditionally writes a warning message to the trace output.
Namespace: Microsoft.TeamFoundation
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Shared Sub WarningIf ( _
condition As Boolean, _
info As String _
)
public static void WarningIf(
bool condition,
string info
)
public:
static void WarningIf(
bool condition,
String^ info
)
static member WarningIf :
condition:bool *
info:string -> unit
public static function WarningIf(
condition : boolean,
info : String
)
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.
Remarks
Uses the General category and Warning 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.