IObjectExplorerService.GetSelectedNodes(Int32, INodeInformation[]) Method

Definition

Retrieves the nodes if any are currently selected in the object explorer.

public:
 void GetSelectedNodes([Runtime::InteropServices::Out] int % arraySize, [Runtime::InteropServices::Out] cli::array <Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INodeInformation ^> ^ % selNodes);
public void GetSelectedNodes (out int arraySize, out Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation[] selNodes);
abstract member GetSelectedNodes : int * INodeInformation[] -> unit
Public Sub GetSelectedNodes (ByRef arraySize As Integer, ByRef selNodes As INodeInformation())

Parameters

arraySize
Int32

Size of the array that contains the selected nodes.

selNodes
INodeInformation[]

Array containing the selected nodes.

Applies to