INavigationContextProvider 接口

定义

提供上下文源中当前所选项的跟踪以及对基础上下文源的更改。

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

属性

CurrentContext

获取或设置当前所选的上下文项,例如当前 OE 节点。

ItemsAdded

为要添加到上下文源的项获取事件累积机制。

ItemsChanged

为在上下文源中要更改的项获取事件累积机制。

ItemsRefreshed

为要在上下文源中刷新的项获取事件累积机制。

ItemsRemoved

为要从上下文源中删除的项获取事件累积机制。

事件

CurrentContextChanged

当更改 CurrentContext 时发生。

适用于