共用方式為


InternalST.SoapAssert(Boolean, String) 方法

定義

判斷提示 (Assert) 指定的訊息。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

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)

參數

condition
Boolean

判斷提示時使用的布林值 (Boolean)。

message
String

判斷提示時使用的訊息。

屬性

適用於