Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.
For a description of this member, see GetEntryPointObject.
Namespace: Microsoft.VisualStudio.Tools.Applications
Assembly: Microsoft.VisualStudio.Tools.Applications.HostAdapter.v9.0 (in Microsoft.VisualStudio.Tools.Applications.HostAdapter.v9.0.dll)
Syntax
'Declaration
Private Function GetEntryPointObject As Object
Implements IExtendedEntryPoint.GetEntryPointObject
'Usage
Dim instance As EntryPointHostAdapter
Dim returnValue As Object
returnValue = CType(instance, IExtendedEntryPoint).GetEntryPointObject()
Object IExtendedEntryPoint.GetEntryPointObject()
private:
virtual Object^ GetEntryPointObject() sealed = IExtendedEntryPoint::GetEntryPointObject
JScript does not support explicit interface implementations.
Return Value
Type: System.Object
A reference to the add-in object.
Implements
IExtendedEntryPoint.GetEntryPointObject()
Remarks
This member is an explicit interface member implementation. It can be used only when the EntryPointHostAdapter instance is cast to an IExtendedEntryPoint interface.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.