IToolboxService.Refresh Method

Definition

Refreshes the state of the toolbox items.

public:
 void Refresh();
public void Refresh ();
abstract member Refresh : unit -> unit
Public Sub Refresh ()

Remarks

The Refresh method is used to indicate to the toolbox service that the user wants to update the cache of toolbox items. If the toolbox service maintains a live list of toolbox item containers, then this method will do nothing. If it maintains a snapshot of toolbox item containers, calling this method should ensure that the snapshot is up to date.

Applies to