Dela via


AddInAdapter.ExecuteEntryPoints Method

This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.

Marks the end of the initialization of the add-in entry points.

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

Syntax

'Declaration
Protected Overridable Sub ExecuteEntryPoints
'Usage
Me.ExecuteEntryPoints()
protected virtual void ExecuteEntryPoints()
protected:
virtual void ExecuteEntryPoints()
protected function ExecuteEntryPoints()

See Also

Reference

AddInAdapter Class

AddInAdapter Members

Microsoft.VisualStudio.Tools.Applications Namespace