ActivityDesigner.RefreshDesignerActions Method

Definition

Refreshes the configuration errors associated with the designer.

protected public:
 virtual void RefreshDesignerActions();
protected internal virtual void RefreshDesignerActions ();
abstract member RefreshDesignerActions : unit -> unit
override this.RefreshDesignerActions : unit -> unit
Protected Friend Overridable Sub RefreshDesignerActions ()

Remarks

Designer actions represent the possible configuration errors associated with a designer. Calling RefreshDesignerActions updates these errors with any recent changes.

Applies to