VSConstants.SID_SUIHostCommandDispatcher Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
SUIHostCommandDispatcher service returns an object that implements IOleCommandTarget. This object handles command routing for the Environment. Use this service if you need to route a command based on the current selection/state of the Environment.
public: static initonly Guid SID_SUIHostCommandDispatcher;
public static readonly Guid SID_SUIHostCommandDispatcher;
staticval mutable SID_SUIHostCommandDispatcher : Guid
Public Shared ReadOnly SID_SUIHostCommandDispatcher As Guid
Field Value
Remarks
Call IServiceProvider.QueryService for the SID_SUIHostCommandDispatcher service. Use the resulting implementer of IOleCommandTarget to synchronously dispatch commands.