IDTExtensibility2.OnAddInsUpdate(Array) 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.
Occurs whenever an add-in is loaded or unloaded from the Visual Studio integrated development environment (IDE).
public:
void OnAddInsUpdate(Array ^ % custom);
[System.Runtime.InteropServices.DispId(3)]
public void OnAddInsUpdate (ref Array custom);
[<System.Runtime.InteropServices.DispId(3)>]
abstract member OnAddInsUpdate : Array -> unit
Public Sub OnAddInsUpdate (ByRef custom As Array)
Parameters
- custom
- Array
An empty array that you can use to pass host-specific data for use in the add-in.
- Attributes
Remarks
Add-ins are deprecated. For more information, see FAQ: Converting Add-ins to VSPackage Extensions.