VSConstants.SID_SUIHostCommandDispatcher 字段

定义

SUIHostCommandDispatcher 服务返回实现 IOleCommandTarget 的对象。 此对象处理环境的命令路由。 如果需要根据环境的当前选择/状态来路由命令,请使用此服务。

public: static initonly Guid SID_SUIHostCommandDispatcher;
public static readonly Guid SID_SUIHostCommandDispatcher;
 staticval mutable SID_SUIHostCommandDispatcher : Guid
Public Shared ReadOnly SID_SUIHostCommandDispatcher As Guid 

字段值

Guid

注解

调用 IServiceProvider.QueryService SID_SUIHostCommandDispatcher 服务。 使用的生成的实施者 IOleCommandTarget 同步调度命令。

适用于