IComponentDesignerDebugService.Assert(Boolean, String) Metoda

Definice

Podmínce se v prostředí návrhu uplatní.

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)

Parametry

condition
Boolean

true aby se zabránilo message zobrazení; jinak , false.

message
String

Zpráva, která se má zobrazit.

Poznámky

Metoda Assert umožňuje návrháři uplatnit podmínku v prostředí návrhu.

Platí pro

Viz také