AddInAdapter.IEntryPointContract2.GetEntryPointObjects Method
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 GetEntryPointObjects.
Namespace: Microsoft.VisualStudio.Tools.Applications
Assembly: Microsoft.VisualStudio.Tools.Applications.AddInAdapter.v9.0 (in Microsoft.VisualStudio.Tools.Applications.AddInAdapter.v9.0.dll)
Syntax
'Declaration
Private Function GetEntryPointObjects As IRemoteObjectContract()
Implements IEntryPointContract2.GetEntryPointObjects
'Usage
Dim instance As AddInAdapter
Dim returnValue As IRemoteObjectContract()
returnValue = CType(instance, IEntryPointContract2).GetEntryPointObjects()
IRemoteObjectContract[] IEntryPointContract2.GetEntryPointObjects()
private:
virtual array<IRemoteObjectContract^>^ GetEntryPointObjects() sealed = IEntryPointContract2::GetEntryPointObjects
JScript does not support explicit interface implementations.
Return Value
Type: array<System.AddIn.Contract.Automation.IRemoteObjectContract[]
An array of IRemoteObjectContract objects that each represent the current instance of an entry point class.
Implements
IEntryPointContract2.GetEntryPointObjects()
Remarks
This member is an explicit interface member implementation. It can be used only when the AddInAdapter instance is cast to a GetEntryPointObjects interface.