VSConstants.SID_SUIHostCommandDispatcher Field

The name of the Visual Studio service that implements IOleCommandTarget.

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

Syntax

'宣言
Public Shared ReadOnly SID_SUIHostCommandDispatcher As Guid
'使用
Dim value As Guid

value = VSConstants.SID_SUIHostCommandDispatcher
public static readonly Guid SID_SUIHostCommandDispatcher
public:
static initonly Guid SID_SUIHostCommandDispatcher
public static final var SID_SUIHostCommandDispatcher : Guid

Field Value

Type: System.Guid

Remarks

Call QueryService(Guid%, Guid%, IntPtr%) for the SID_SUIHostCommandDispatcher service. Use the resulting implementer of IOleCommandTarget to synchronously dispatch commands.

Permissions

See Also

Concepts

SDK Constants

Reference

VSConstants Class

VSConstants Members

Microsoft.VisualStudio Namespace