IDTExtensibility2.OnBeginShutdown(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 the Visual Studio integrated development environment (IDE) shuts down while an add-in is running.
public:
void OnBeginShutdown(Array ^ % custom);
[System.Runtime.InteropServices.DispId(5)]
public void OnBeginShutdown (ref Array custom);
[<System.Runtime.InteropServices.DispId(5)>]
abstract member OnBeginShutdown : Array -> unit
Public Sub OnBeginShutdown (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