DashboardsWorkspaceItemFactory.CreateContextMenuItems Method (Microsoft.PerformancePoint.Scorecards.ModelerPlugins.Dashboards)
Creates the context menu for a dashboard, folder, or root Dashboards node.
Namespace: Microsoft.PerformancePoint.Scorecards.ModelerPlugins.Dashboards
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 DashboardsWorkspaceItemFactory
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
DashboardsWorkspaceItemFactory Class
DashboardsWorkspaceItemFactory Members
Microsoft.PerformancePoint.Scorecards.ModelerPlugins.Dashboards Namespace