INavigationContextProvider インターフェイス

定義

コンテキスト ソース内で現在選択されている項目の追跡および基になっているコンテキスト ソースに対する変更の追跡を提供します。

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

プロパティ

CurrentContext

現在の OE ノードなど、現在選択されているコンテキスト項目を取得または設定します。

ItemsAdded

コンテキスト ソースに追加されている項目のイベント蓄積メカニズムを取得します。

ItemsChanged

コンテキスト ソースで変更されている項目のイベント蓄積メカニズムを取得します。

ItemsRefreshed

コンテキスト ソースで更新されている項目のイベント蓄積メカニズムを取得します。

ItemsRemoved

コンテキスト ソースから削除されている項目のイベント蓄積メカニズムを取得します。

イベント

CurrentContextChanged

CurrentContext が変更されると発生します。

適用対象