ObjectSelectorEditor.Selector.Start Método

Definición

Inicializa el servicio del editor.

public:
 void Start(System::Windows::Forms::Design::IWindowsFormsEditorService ^ edSvc, System::Object ^ value);
public void Start(System.Windows.Forms.Design.IWindowsFormsEditorService edSvc, object value);
member this.Start : System.Windows.Forms.Design.IWindowsFormsEditorService * obj -> unit
Public Sub Start (edSvc As IWindowsFormsEditorService, value As Object)

Parámetros

edSvc
IWindowsFormsEditorService

El servicio del editor.

value
Object

Valor que se va a establecer.

Se aplica a