Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.