KpisWorkspaceItemFactory.CreateContextMenuItems Method (Microsoft.PerformancePoint.Scorecards.ModelerPlugins.Kpis)

Creates the context menu for a KPI, folder, or root KPIs node.

Namespace: Microsoft.PerformancePoint.Scorecards.ModelerPlugins.Kpis
Assembly: Microsoft.PerformancePoint.Scorecards.ModelerPlugins (in microsoft.performancepoint.scorecards.modelerplugins.dll)

Syntax

'Declaration
Public Overrides Function CreateContextMenuItems As Dictionary(Of String, RegisteredContextMenuItem)
'Usage
Dim instance As KpisWorkspaceItemFactory
Dim returnValue As Dictionary(Of String, RegisteredContextMenuItem)

returnValue = instance.CreateContextMenuItems
public override Dictionary<string,RegisteredContextMenuItem> CreateContextMenuItems ()

Return Value

The context menu for the selected item.

See Also

Reference

KpisWorkspaceItemFactory Class
KpisWorkspaceItemFactory Members
Microsoft.PerformancePoint.Scorecards.ModelerPlugins.Kpis Namespace