Delen via


EntryPointHostAdapter.IEntryPoint.OnShutdown 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 OnShutdown.

Namespace:  Microsoft.VisualStudio.Tools.Applications
Assembly:  Microsoft.VisualStudio.Tools.Applications.HostAdapter.v9.0 (in Microsoft.VisualStudio.Tools.Applications.HostAdapter.v9.0.dll)

Syntax

'Declaration
Private Sub OnShutdown Implements IEntryPoint.OnShutdown
'Usage
Dim instance As EntryPointHostAdapter 

CType(instance, IEntryPoint).OnShutdown()
void IEntryPoint.OnShutdown()
private:
virtual void OnShutdown() sealed = IEntryPoint::OnShutdown
JScript does not support explicit interface implementations.

Implements

IEntryPoint.OnShutdown()

Remarks

This member is an explicit interface member implementation. It can be used only when the EntryPointHostAdapter instance is cast to an IEntryPoint interface.

.NET Framework Security

See Also

Reference

EntryPointHostAdapter Class

EntryPointHostAdapter Members

Microsoft.VisualStudio.Tools.Applications Namespace