次の方法で共有


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[]

選択されているノードを格納する配列です。

適用対象