ViewFilter.OnAfterSnippetsKeyBindingChange(UInt32, UInt32, Int32) Method
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.
Called after there has been a change in the key binding for the Invoke Snippet From Shortcut command.
public:
virtual int OnAfterSnippetsKeyBindingChange(System::UInt32 dwCmdGuid, System::UInt32 dwCmdId, int fBound);
public:
virtual int OnAfterSnippetsKeyBindingChange(unsigned int dwCmdGuid, unsigned int dwCmdId, int fBound);
virtual int OnAfterSnippetsKeyBindingChange(unsigned int dwCmdGuid, unsigned int dwCmdId, int fBound);
public virtual int OnAfterSnippetsKeyBindingChange (uint dwCmdGuid, uint dwCmdId, int fBound);
abstract member OnAfterSnippetsKeyBindingChange : uint32 * uint32 * int -> int
override this.OnAfterSnippetsKeyBindingChange : uint32 * uint32 * int -> int
Public Overridable Function OnAfterSnippetsKeyBindingChange (dwCmdGuid As UInteger, dwCmdId As UInteger, fBound As Integer) As Integer
Parameters
- dwCmdGuid
- UInt32
The GUID of the command group to which the command belongs.
- dwCmdId
- UInt32
The command ID.
- fBound
- Int32
true
if a key binding was added, false
if it was removed.
Returns
S_OK if the method succeeded, otherwise an error code.
Implements
Remarks
This is an implementation of the OnAfterSnippetsKeyBindingChange method.