IExplorerDetailsView.SetSelectedItems(IExplorerViewItem[]) 方法

定義

設定目前選取的物品。

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

參數

items
IExplorerViewItem[]

一個代表物品的介面。

適用於