IObjectExplorerService.GetSelectedNodes 메서드

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

네임스페이스:  Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer
어셈블리:  SqlWorkbench.Interfaces(SqlWorkbench.Interfaces.dll)

구문

‘선언
Sub GetSelectedNodes ( _
    <OutAttribute> ByRef arraySize As Integer, _
    <OutAttribute> ByRef selNodes As INodeInformation() _
)
‘사용 방법
Dim instance As IObjectExplorerService 
Dim arraySize As Integer 
Dim selNodes As INodeInformation()

instance.GetSelectedNodes(arraySize, _
    selNodes)
void GetSelectedNodes(
    out int arraySize,
    out INodeInformation[] selNodes
)
void GetSelectedNodes(
    [OutAttribute] int% arraySize, 
    [OutAttribute] array<INodeInformation^>^% selNodes
)
abstract GetSelectedNodes : 
        arraySize:int byref * 
        selNodes:INodeInformation[] byref -> unit
function GetSelectedNodes(
    arraySize : int, 
    selNodes : INodeInformation[]
)

매개 변수

  • arraySize
    유형: System.Int32%
    Size of the array that contains the selected nodes.

참고 항목

참조

IObjectExplorerService 인터페이스

Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer 네임스페이스