VmmAddInBase::CheckIfEnabledFor Method (IList<ContextObject^>^)
System Center
Updated: June 20, 2017
Applies To: System Center 2016 - Virtual Machine Manager
Determines if the ribbon button represented by this add-in is enabled for the provided context objects.
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.
If not implemented in a derived class, will return true by default.
Show: