Condividi tramite


IDebugConsoleWindow.SetGuidsAndCommandIds Method

Definition

public:
 int SetGuidsAndCommandIds(Guid % _SID_SVsUIShell, Guid % _SID_OleComponentUIManager, Guid % _guidVSStd97, Guid % _guidVSDebugCommand, Guid % _guidVSDebugGroup, System::UInt32 _cmdidCut, System::UInt32 _cmdidCopy, System::UInt32 _cmdidPaste, System::UInt32 _cmdidConsoleSendEndOfFile, System::UInt32 _cmdidClear, System::UInt32 _IDM_CONSOLE_CONTEXT);
public int SetGuidsAndCommandIds(ref Guid _SID_SVsUIShell, ref Guid _SID_OleComponentUIManager, ref Guid _guidVSStd97, ref Guid _guidVSDebugCommand, ref Guid _guidVSDebugGroup, uint _cmdidCut, uint _cmdidCopy, uint _cmdidPaste, uint _cmdidConsoleSendEndOfFile, uint _cmdidClear, uint _IDM_CONSOLE_CONTEXT);
abstract member SetGuidsAndCommandIds : Guid * Guid * Guid * Guid * Guid * uint32 * uint32 * uint32 * uint32 * uint32 * uint32 -> int
Public Function SetGuidsAndCommandIds (ByRef _SID_SVsUIShell As Guid, ByRef _SID_OleComponentUIManager As Guid, ByRef _guidVSStd97 As Guid, ByRef _guidVSDebugCommand As Guid, ByRef _guidVSDebugGroup As Guid, _cmdidCut As UInteger, _cmdidCopy As UInteger, _cmdidPaste As UInteger, _cmdidConsoleSendEndOfFile As UInteger, _cmdidClear As UInteger, _IDM_CONSOLE_CONTEXT As UInteger) As Integer

Parameters

_SID_SVsUIShell
Guid
_SID_OleComponentUIManager
Guid
_guidVSStd97
Guid
_guidVSDebugCommand
Guid
_guidVSDebugGroup
Guid
_cmdidCut
UInt32
_cmdidCopy
UInt32
_cmdidPaste
UInt32
_cmdidConsoleSendEndOfFile
UInt32
_cmdidClear
UInt32
_IDM_CONSOLE_CONTEXT
UInt32

Returns

Applies to