IExplorerDetailsView.Update(IExplorerViewItem[]) Method

Definition

Performs an update to the given items.

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

Parameters

items
IExplorerViewItem[]

The items to update.

Applies to