IEntryPointContract2.LoadEntryPoints Method
This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.
Loads the add-in assembly and instantiates the entry point classes.
Namespace: Microsoft.VisualStudio.Tools.Applications.Contract
Assembly: Microsoft.VisualStudio.Tools.Applications.Contract.v9.0 (in Microsoft.VisualStudio.Tools.Applications.Contract.v9.0.dll)
Syntax
'Declaration
Sub LoadEntryPoints ( _
info As EntryPointInfo _
)
'Usage
Dim instance As IEntryPointContract2
Dim info As EntryPointInfo
instance.LoadEntryPoints(info)
void LoadEntryPoints(
EntryPointInfo info
)
void LoadEntryPoints(
EntryPointInfo info
)
function LoadEntryPoints(
info : EntryPointInfo
)
Parameters
info
Type: Microsoft.VisualStudio.Tools.Applications.Contract.EntryPointInfoA structure that contains information about entry points.
See Also
Reference
IEntryPointContract2 Interface
Microsoft.VisualStudio.Tools.Applications.Contract Namespace