Share via


IExtendedMultipleEntryPoint.GetEntryPointObjects Method

Returns a collection of entry points.

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

Syntax

'Declaration
Function GetEntryPointObjects As Collection(Of Object)
'Usage
Dim instance As IExtendedMultipleEntryPoint 
Dim returnValue As Collection(Of Object)

returnValue = instance.GetEntryPointObjects()
Collection<Object> GetEntryPointObjects()
Collection<Object^>^ GetEntryPointObjects()
function GetEntryPointObjects() : Collection<Object>

Return Value

Type: System.Collections.ObjectModel.Collection<Object>
A collection of references to add-in objects.

.NET Framework Security

See Also

Reference

IExtendedMultipleEntryPoint Interface

IExtendedMultipleEntryPoint Members

Microsoft.VisualStudio.Tools.Applications Namespace