IWindowHelper Interface
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)
Syntax
public interface IWindowHelper
public interface class IWindowHelper
type IWindowHelper = interface end
Public Interface IWindowHelper
Methods
Name | Description | |
---|---|---|
SetAdminConsoleWindowAsParentOf(Window) | This method can be called to set the parent of a window to the Virtual Machine Manager console window. |
Remarks
This interface is implemented by the VmmAddInBase base class. Therefore, every add-in has this interface already implemented.
See Also
Microsoft.SystemCenter.VirtualMachineManager.UIAddIns Namespace
Return to top