InternalST.SoapAssert(Boolean, String) Methode

Definitie

Bevestigt het opgegeven bericht.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

public:
 static void SoapAssert(bool condition, System::String ^ message);
[System.Diagnostics.Conditional("_DEBUG")]
public static void SoapAssert(bool condition, string message);
[<System.Diagnostics.Conditional("_DEBUG")>]
static member SoapAssert : bool * string -> unit
Public Shared Sub SoapAssert (condition As Boolean, message As String)

Parameters

condition
Boolean

Een Booleaanse waarde die moet worden gebruikt bij het asserteren.

message
String

Het bericht dat moet worden gebruikt bij het bevestigen.

Kenmerken

Van toepassing op