INavigationContextProvider 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供上下文源中当前所选项的跟踪以及对基础上下文源的更改。
public interface class INavigationContextProvider
public interface INavigationContextProvider
type INavigationContextProvider = interface
Public Interface INavigationContextProvider
属性
CurrentContext |
获取或设置当前所选的上下文项,例如当前 OE 节点。 |
ItemsAdded |
为要添加到上下文源的项获取事件累积机制。 |
ItemsChanged |
为在上下文源中要更改的项获取事件累积机制。 |
ItemsRefreshed |
为要在上下文源中刷新的项获取事件累积机制。 |
ItemsRemoved |
为要从上下文源中删除的项获取事件累积机制。 |
事件
CurrentContextChanged |
当更改 CurrentContext 时发生。 |