IDtsTaskUI.GetView Method

Definition

Retrieves the user interface to show. This method is called by the client.

public:
 System::Windows::Forms::ContainerControl ^ GetView();
public System.Windows.Forms.ContainerControl GetView ();
abstract member GetView : unit -> System.Windows.Forms.ContainerControl
Public Function GetView () As ContainerControl

Returns

The user interface to show.

Applies to