ActivityDesigner.IDesigner.Initialize(IComponent) Método

Definición

Inicializa el diseñador con la actividad asociada.

 virtual void System.ComponentModel.Design.IDesigner.Initialize(System::ComponentModel::IComponent ^ component) = System::ComponentModel::Design::IDesigner::Initialize;
void IDesigner.Initialize (System.ComponentModel.IComponent component);
abstract member System.ComponentModel.Design.IDesigner.Initialize : System.ComponentModel.IComponent -> unit
override this.System.ComponentModel.Design.IDesigner.Initialize : System.ComponentModel.IComponent -> unit
Sub Initialize (component As IComponent) Implements IDesigner.Initialize

Parámetros

component
IComponent

IComponent con el que inicializar el diseñador.

Implementaciones

Se aplica a