ActionAddInBase::PerformAction Method (IList<ContextObject^>^)
System Center
Updated: June 20, 2017
Applies To: System Center 2016 - Virtual Machine Manager
Executes code provided by the add-in.
Assembly: Microsoft.SystemCenter.VirtualMachineManager.UIAddIns (in Microsoft.SystemCenter.VirtualMachineManager.UIAddIns.dll)
Parameters
- contextObjects
-
Type:
System.Collections.Generic::IList<ContextObject^>^
Type: T:System.Collections.Generic.IList{Microsoft.SystemCenter.VirtualMachineManager.UIAddIns.ContextTypes.ContextObject}
The list of context objects. This list can contain the context objects of the navigation tree or the selected items from a DataGrid view.
This method is invoked when the end-user clicks on the console ribbon button or context menu associated with this add-in.
Show: