ControlDesigner.InitializeExistingComponent(IDictionary) 方法

定義

重新初始化現有的元件。

public:
 override void InitializeExistingComponent(System::Collections::IDictionary ^ defaultValues);
public override void InitializeExistingComponent (System.Collections.IDictionary defaultValues);
override this.InitializeExistingComponent : System.Collections.IDictionary -> unit
Public Overrides Sub InitializeExistingComponent (defaultValues As IDictionary)

參數

defaultValues
IDictionary

要套用至屬性之預設值的名稱/值字典。 如果未指定任何預設值,則可能為 null

備註

類別 ControlDesigner 會覆寫這個方法來處理卸載後案例。

適用於

另請參閱