INavigationContextProvider 介面

定義

提供目前選取項目在上下文來源中進行追蹤,並變更底層上下文來源。

public interface class INavigationContextProvider
public interface INavigationContextProvider
type INavigationContextProvider = interface
Public Interface INavigationContextProvider

屬性

名稱 Description
CurrentContext

取得或設定目前選取的上下文項目,例如當前的 OE 節點。

ItemsAdded

取得新增到上下文來源的項目的事件累積機制。

ItemsChanged

取得上下文來源中正在變更項目的事件累積機制。

ItemsRefreshed

取得上下文原始碼中正在刷新項目的事件累積機制。

ItemsRemoved

取得被從上下文來源移除項目的事件累積機制。

事件

名稱 Description
CurrentContextChanged

當 CurrentContext 被更改時會發生。

適用於