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.
Logs a warning message.
Namespace: Microsoft.VisualStudio.TestTools.Execution
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntax
'Declaration
Public MustOverride Sub LogWarning ( _
context As DataCollectionContext, _
text As String _
)
public abstract void LogWarning(
DataCollectionContext context,
string text
)
public:
virtual void LogWarning(
DataCollectionContext^ context,
String^ text
) abstract
abstract LogWarning :
context:DataCollectionContext *
text:string -> unit
public abstract function LogWarning(
context : DataCollectionContext,
text : String
)
Parameters
context
Type: Microsoft.VisualStudio.TestTools.Execution.DataCollectionContextThe DataCollectionContext in which the message is sent.
text
Type: StringThe warning text. Cannot be nulla null reference (Nothing in Visual Basic).
.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.