IDTExtensibility2.OnStartupComplete(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, 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.