IExplorerDetailsView.SetSelectedItems(IExplorerViewItem[]) Method

Definition

Sets the currently selected items.

public:
 void SetSelectedItems(cli::array <Microsoft::SqlServer::Management::Explorer::IExplorerViewItem ^> ^ items);
public void SetSelectedItems (Microsoft.SqlServer.Management.Explorer.IExplorerViewItem[] items);
abstract member SetSelectedItems : Microsoft.SqlServer.Management.Explorer.IExplorerViewItem[] -> unit
Public Sub SetSelectedItems (items As IExplorerViewItem())

Parameters

items
IExplorerViewItem[]

An interface that represents an item.

Applies to