Share via


IEntryPointContract2.GetEntryPointObjects Method

This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.

Gets an array of IRemoteObjectContract objects that each represent the current instance of an entry point class.

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

Syntax

'Declaration
Function GetEntryPointObjects As IRemoteObjectContract()
'Usage
Dim instance As IEntryPointContract2 
Dim returnValue As IRemoteObjectContract()

returnValue = instance.GetEntryPointObjects()
IRemoteObjectContract[] GetEntryPointObjects()
array<IRemoteObjectContract^>^ GetEntryPointObjects()
function GetEntryPointObjects() : IRemoteObjectContract[]

Return Value

Type: array<System.AddIn.Contract.Automation.IRemoteObjectContract[]
An array of entry point instances.

See Also

Reference

IEntryPointContract2 Interface

IEntryPointContract2 Members

Microsoft.VisualStudio.Tools.Applications.Contract Namespace