IComponentDesignerDebugService.Assert(Boolean, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
依據設計階段環境內的條件判斷提示。
public:
void Assert(bool condition, System::String ^ message);
public void Assert (bool condition, string message);
abstract member Assert : bool * string -> unit
Public Sub Assert (condition As Boolean, message As String)
參數
- condition
- Boolean
true
表示避免顯示 message
,否則為 false
。
- message
- String
要顯示的訊息。
備註
方法 Assert 可讓設計工具判斷設計時間環境內的條件。