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

获取效用浏览器的上下文值。

适用于