Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
- 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.
See Also
Reference
IExtendedMultipleEntryPoint Interface