IExplorerDetailsView 介面

定義

定義一種在瀏覽器中顯示細節的方法。

public interface class IExplorerDetailsView : IDisposable
public interface IExplorerDetailsView : IDisposable
type IExplorerDetailsView = interface
    interface IDisposable
Public Interface IExplorerDetailsView
Implements IDisposable
實作

屬性

名稱 Description
DetailsViewControl

取得詳細檢視控制,檢視可以延遲控制建立直到檢視啟動。

方法

名稱 Description
Activate()

當細節檢視啟動時執行。

Deactivate()

當詳細檢視被關閉時執行。

SetExplorerView(IExplorerView)

設定當前視圖,亦可作為服務提供者使用,並取得當前導航上下文,並提供連線及其他有用資訊的存取。

SetFocusedItem(IExplorerViewItem)

設定當前重點物品。

SetSelectedItems(IExplorerViewItem[])

設定目前選取的物品。

Update(IExplorerViewItem[])

會對給定項目進行更新。

適用於