共用方式為


ParentControlDesigner.InitializeNewComponent(IDictionary) 方法

定義

初始化新建立的元件。

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

參數

defaultValues
IDictionary

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

適用於

另請參閱