IDTExtensibility2.OnStartupComplete(Array) Method

Definition

Occurs whenever an add-in, which is set to load when Visual Studio starts, loads.

public:
 void OnStartupComplete(Array ^ % custom);
[System.Runtime.InteropServices.DispId(4)]
public void OnStartupComplete (ref Array custom);
[<System.Runtime.InteropServices.DispId(4)>]
abstract member OnStartupComplete : Array -> unit
Public Sub OnStartupComplete (ByRef custom As Array)

Parameters

custom
Array

An empty array that you can use to pass host-specific data for use when the add-in loads.

Attributes

Remarks

Add-ins are deprecated. For more information, see FAQ: Converting Add-ins to VSPackage Extensions.

Applies to