Partager via


VsShellUtilities.GetPackageExtensionPoint<TExtensionPoint, TInterface>, méthode

Espace de noms :  Microsoft.VisualStudio.Shell
Assembly :  Microsoft.VisualStudio.Shell.11.0 (dans Microsoft.VisualStudio.Shell.11.0.dll)

Syntaxe

'Déclaration
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

Paramètres de type

  • TExtensionPoint
  • TInterface

Paramètres

Valeur de retour

Type : TInterface

Sécurité .NET Framework

Voir aussi

Référence

VsShellUtilities Classe

Microsoft.VisualStudio.Shell, espace de noms