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.

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

public:
virtual void PerformAction(
	IList<ContextObject^>^ contextObjects
) abstract

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.

Return to top
Show: