AddInAdapter.IEntryPointContract2.Shutdown Method
This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.
For a description of this member, see Shutdown.
Namespace: Microsoft.VisualStudio.Tools.Applications
Assembly: Microsoft.VisualStudio.Tools.Applications.AddInAdapter.v9.0 (in Microsoft.VisualStudio.Tools.Applications.AddInAdapter.v9.0.dll)
Syntax
'Declaration
Private Sub Shutdown Implements IEntryPointContract2.Shutdown
'Usage
Dim instance As AddInAdapter
CType(instance, IEntryPointContract2).Shutdown()
void IEntryPointContract2.Shutdown()
private:
virtual void Shutdown() sealed = IEntryPointContract2::Shutdown
JScript does not support explicit interface implementations.
Implements
IEntryPointContract2.Shutdown()
Remarks
This member is an explicit interface member implementation. It can be used only when the AddInAdapter instance is cast to a Shutdown interface.