IExtendedEntryPoint.GetEntryPointObject Method

Returns a reference to the add-in object.

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

Syntax

'Declaration
Function GetEntryPointObject As Object
'Usage
Dim instance As IExtendedEntryPoint
Dim returnValue As Object

returnValue = instance.GetEntryPointObject()
Object GetEntryPointObject()

Return Value

Type: System.Object
A reference to the add-in object.

See Also

Reference

IExtendedEntryPoint Interface

IExtendedEntryPoint Members

Microsoft.VisualStudio.Tools.Applications.Runtime Namespace