ScriptTaskUI.GetView Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.