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

항목을 나타내는 인터페이스입니다.

적용 대상