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[]

アイテムを表すインターフェースです。

適用対象