IObjectExplorerService.GetSelectedNodes(Int32, INodeInformation[]) 메서드

정의

개체 탐색기에서 현재 선택한 노드가 있으면 해당 노드를 검색합니다.

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())

매개 변수

arraySize
Int32

선택한 노드를 포함하는 배열의 크기입니다.

selNodes
INodeInformation[]

선택한 노드를 포함하는 배열입니다.

적용 대상