IPersistComponentSettings.LoadComponentSettings 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將控制項的應用程式設定讀入其對應的屬性,並更新控制項的狀態。
public:
void LoadComponentSettings();
public void LoadComponentSettings ();
abstract member LoadComponentSettings : unit -> unit
Public Sub LoadComponentSettings ()
備註
一般而言,方法 LoadComponentSettings 會執行兩個基本作業:
它會導致控制項所包含的每個應用程式設定實例重新整理其應用程式設定屬性的值,通常是藉由呼叫其 Reload 方法。
視需要,它會更新這些相依於這些重載設定屬性的一般屬性。 例如,如果 settings 類別包含
location
settings 屬性, LoadComponentSettings 則應該確保控件的 Location 屬性已更新,以反映這個重載的設定。