IPersistComponentSettings.LoadComponentSettings 方法

定义

将控件的应用程序设置读入相应的属性中,并更新控件状态。

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

注解

通常, LoadComponentSettings 方法执行两个基本操作:

  • 它使 控件包含的每个应用程序设置实例刷新其应用程序设置属性的值,通常通过调用其 Reload 方法。

  • 根据需要,它会更新依赖于这些重新加载的设置属性的常规属性。 例如,如果 settings 类包含 location settings 属性, LoadComponentSettings 应确保更新控件的 Location 属性以反映此重新加载的设置。

适用于

另请参阅