IObjectExplorerService.GetSelectedNodes(Int32, INodeInformation[]) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Récupère les nœuds s'ils sont actuellement sélectionnés dans l'Explorateur d'objets.
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())
Paramètres
- arraySize
- Int32
Taille du tableau qui contient les nœuds sélectionnés.
- selNodes
- INodeInformation[]
Tableau qui contient les nœuds sélectionnés.