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