IndicatorsWorkspaceItemFactory.CreateContextMenuItems Method (Microsoft.PerformancePoint.Scorecards.ModelerPlugins.Indicators)
Creates the context menu for an indicator, folder, or root Indicators node.
Namespace: Microsoft.PerformancePoint.Scorecards.ModelerPlugins.Indicators
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 IndicatorsWorkspaceItemFactory
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
IndicatorsWorkspaceItemFactory Class
IndicatorsWorkspaceItemFactory Members
Microsoft.PerformancePoint.Scorecards.ModelerPlugins.Indicators Namespace