Implements the OnDisconnection method of the IDTExtensibility2 interface. Receives notification that the Add-in is being unloaded.
Implements the OnAddInsUpdate method of the IDTExtensibility2 interface. Receives notification that the collection of Add-ins ...
Implements the OnAddInsUpdate method of the IDTExtensibility2 interface. Receives notification when the collection of Add-ins ...
Implements the OnBeginShutdown method of the IDTExtensibility2 interface. Receives notification that the host application ...
Implements the OnConnection method of the IDTExtensibility2 interface. Receives notification that the Add-in is being loaded. ...
Implements the OnDisconnection method of the IDTExtensibility2 interface. Receives notification that the Add-in is being ...
Implements the OnStartupComplete method of the IDTExtensibility2 interface. Receives notification that the host application ...
Implements the QueryStatus method of the IDTCommandTarget interface. This is called when the command's availability is updated ...
Implicit cast between semantically different integer types: assigning 1 or TRUE to HRESULT. Consider using S_FALSE instead ...
Implicit cast between semantically different integer types: comparing HRESULT to -1. Consider using SUCCEEDED or FAILED macro ...