ControlDesigner.InitializeExistingComponent(IDictionary) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
重新初始化現有的元件。
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 會覆寫這個方法來處理卸載後案例。