Share via


ViewAddInBase.OnShow Method ()

 

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)

Syntax

public virtual void OnShow()
public:
virtual void OnShow()
abstract OnShow : unit -> unit
override OnShow : unit -> unit
Public Overridable Sub OnShow

Remarks

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

See Also

ViewAddInBase Class
Microsoft.SystemCenter.VirtualMachineManager.UIAddIns Namespace

Return to top