IController.Initialize(IUIManager) Method

Definition

Initializes the controller for the TaskForm object.

public:
 void Initialize(Microsoft::SqlServer::Management::TaskForms::IUIManager ^ viewManager);
public void Initialize (Microsoft.SqlServer.Management.TaskForms.IUIManager viewManager);
abstract member Initialize : Microsoft.SqlServer.Management.TaskForms.IUIManager -> unit
Public Sub Initialize (viewManager As IUIManager)

Parameters

viewManager
IUIManager

An interface that represents the controller view of the manager.

Applies to