IDtsTaskUI.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.
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.