ViewAddInBase::OnShow Method ()

System Center
 

Updated: June 20, 2017

Applies To: System Center 2016 - Virtual Machine Manager

Called before the add-in view is shown in the console.

Namespace:   Microsoft.SystemCenter.VirtualMachineManager.UIAddIns
Assembly:  Microsoft.SystemCenter.VirtualMachineManager.UIAddIns (in Microsoft.SystemCenter.VirtualMachineManager.UIAddIns.dll)

public:
virtual void OnShow()

The thread that calls this method is not the main UI thread. Any code in this method will not impact UI responsiveness.

Return to top
Show: