IExtendedEntryPoint.GetEntryPointObject Method (2007 System)
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()
Object^ GetEntryPointObject()
function GetEntryPointObject() : Object
Return Value
Type: System.Object
A reference to the add-in object.