IContextService インターフェイス

定義

サービスのランタイム コンテキストを表します。

public interface class IContextService
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("A71A7A36-7144-4876-A770-963C15E6A334")]
public interface IContextService
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("A71A7A36-7144-4876-A770-963C15E6A334")>]
type IContextService = interface
Public Interface IContextService
属性

プロパティ

ActionContext

IContextProvider のアクション コンテキストを取得します。

ObjectExplorerContext

オブジェクト エクスプローラーのコンテキスト値を取得します。

UtilityExplorerContext

ユーティリティ エクスプローラーのコンテキスト値を取得します。

適用対象