VSConstants::SID_SUIHostCommandDispatcher Field

 

The name of the Visual Studio service that implements IOleCommandTarget.

Namespace:   Microsoft.VisualStudio
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
static initonly Guid SID_SUIHostCommandDispatcher

Field Value

Type: System::Guid

Call IServiceProvider::QueryService for the SID_SUIHostCommandDispatcher service. Use the resulting implementer of IOleCommandTarget to synchronously dispatch commands.

Return to top
Show: