DataSourcesWorkspaceItemFactory.RootSelected Method (Microsoft.PerformancePoint.Scorecards.ModelerPlugins.DataSources)

Indicates if the root Data Sources node is selected in the workspace browser.

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

Syntax

'Declaration
Public Overrides Sub RootSelected ( _
    selected As Boolean, _
    item As WorkspaceItem, _
    folder As String _
)
'Usage
Dim instance As DataSourcesWorkspaceItemFactory
Dim selected As Boolean
Dim item As WorkspaceItem
Dim folder As String

instance.RootSelected(selected, item, folder)
public override void RootSelected (
    bool selected,
    WorkspaceItem item,
    string folder
)

Parameters

  • selected
    If true, the Server and Workspace tabs will be shown. If false, the selected PI will be shown.
  • item
    The selected report view.
  • folder
    The display folder that is selected in the workspace browser.

See Also

Reference

DataSourcesWorkspaceItemFactory Class
DataSourcesWorkspaceItemFactory Members
Microsoft.PerformancePoint.Scorecards.ModelerPlugins.DataSources Namespace