VsShellUtilities.GetPackageExtensionPoint<TExtensionPoint, TInterface> Method

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'Declaration
Public Shared Function GetPackageExtensionPoint(Of TExtensionPoint As Class, TInterface As Class) ( _
    package As Guid, _
    instance As Guid _
) As TInterface
public static TInterface GetPackageExtensionPoint<TExtensionPoint, TInterface>(
    Guid package,
    Guid instance
)
where TExtensionPoint : class 
where TInterface : class
public:
generic<typename TExtensionPoint, typename TInterface>
where TExtensionPoint : ref class 
where TInterface : ref class 
static TInterface GetPackageExtensionPoint(
    Guid package, 
    Guid instance
)
static member GetPackageExtensionPoint : 
        package:Guid * 
        instance:Guid -> 'TInterface  when 'TExtensionPoint : not struct when 'TInterface : not struct
JScript does not support generic types or methods.

Type Parameters

  • TExtensionPoint
  • TInterface

Parameters

Return Value

Type: TInterface

.NET Framework Security

See Also

Reference

VsShellUtilities Class

Microsoft.VisualStudio.Shell Namespace