IComponentDesignerDebugService::Assert Method (Boolean, String^)
.NET Framework (current version)
Asserts on a condition inside a design-time environment.
Assembly: System.Design (in System.Design.dll)
Parameters
- condition
-
Type:
System::Boolean
true to prevent message from being displayed; otherwise, false.
- message
-
Type:
System::String^
The message to display.
The Assert method enables a designer to assert on a condition inside a design-time environment.
.NET Framework
Available since 2.0
Available since 2.0
Show: