ScriptTaskUI.GetView Method

Definition

Returns the view of the script task UI.

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

Returns

The view of the script task UI.

Implements

Applies to