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

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

適用対象