C# Class VSNDK.AddIn.VSNDKCommandEvents

Responsible for customization of VSShell command events for VSNDK.
Datei anzeigen Open project: blackberry/VSPlugin Class Usage Examples

Public Methods

Method Description
RegisterCommand ( string guid, int cmdId, _dispCommandEvents_AfterExecuteEventHandler afterHandler, _dispCommandEvents_BeforeExecuteEventHandler beforeHandler ) : void

VSNDKCommandEvents ( DTE2 dte ) : System

Method Details

RegisterCommand() public method

public RegisterCommand ( string guid, int cmdId, _dispCommandEvents_AfterExecuteEventHandler afterHandler, _dispCommandEvents_BeforeExecuteEventHandler beforeHandler ) : void
guid string
cmdId int
afterHandler _dispCommandEvents_AfterExecuteEventHandler
beforeHandler _dispCommandEvents_BeforeExecuteEventHandler
return void

VSNDKCommandEvents() public method

public VSNDKCommandEvents ( DTE2 dte ) : System
dte DTE2 Application Object.
return System