Tp.Integration.Ide.VisualStudio.Connect.OnBeginShutdown C# (CSharp) Method

OnBeginShutdown() public method

Receives notification that the host application is being unloaded.
public OnBeginShutdown ( Array &custom ) : void
custom System.Array /// Array of parameters that are host application specific. ///
return void
		public void OnBeginShutdown(ref Array custom) { }