IWindowHelper Interface

System Center
 

Updated: June 20, 2017

Applies To: System Center 2016 - Virtual Machine Manager

Allows a window to be parented to the Virtual Machine Manager console.

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

public interface IWindowHelper

NameDescription
System_CAPS_pubmethodSetAdminConsoleWindowAsParentOf(Window)

This method can be called to set the parent of a window to the Virtual Machine Manager console window.

This interface is implemented by the VmmAddInBase base class. Therefore, every add-in has this interface already implemented.

Return to top
Show: