IObjectExplorerService.GetSelectedNodes(Int32, INodeInformation[]) Metode

Definisi

Mengambil simpul jika ada yang saat ini dipilih di penjelajah objek.

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

Parameter

arraySize
Int32

Ukuran array yang berisi simpul yang dipilih.

selNodes
INodeInformation[]

Array yang berisi simpul yang dipilih.

Berlaku untuk