Udostępnij za pośrednictwem


EntryPointHostAdapter.IExtendedMultipleEntryPoint.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.HostAdapter.v9.0 (in Microsoft.VisualStudio.Tools.Applications.HostAdapter.v9.0.dll)

Syntax

'Declaration
Private Function GetEntryPointObjects As Collection(Of Object)
    Implements IExtendedMultipleEntryPoint.GetEntryPointObjects
'Usage
Dim instance As EntryPointHostAdapter 
Dim returnValue As Collection(Of Object)

returnValue = CType(instance, IExtendedMultipleEntryPoint).GetEntryPointObjects()
Collection<Object> IExtendedMultipleEntryPoint.GetEntryPointObjects()
private:
virtual Collection<Object^>^ GetEntryPointObjects() sealed = IExtendedMultipleEntryPoint::GetEntryPointObjects
JScript does not support explicit interface implementations.

Return Value

Type: System.Collections.ObjectModel.Collection<Object>
A collection of the entry-point objects.

Implements

IExtendedMultipleEntryPoint.GetEntryPointObjects()

Remarks

This member is an explicit interface member implementation. It can be used only when the EntryPointHostAdapter instance is cast to an IExtendedMultipleEntryPoint interface.

.NET Framework Security

See Also

Reference

EntryPointHostAdapter Class

EntryPointHostAdapter Members

Microsoft.VisualStudio.Tools.Applications Namespace