Partager via


ProjectPackage.GetService<TServiceObject, TServiceType>, méthode

Cette classe et ses membres sont réservés à un usage interne et ne sont pas destinés à être utilisés dans votre code.

Espace de noms :  Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Assembly :  Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Déclaration
Public Function GetService(Of TServiceObject, TServiceType) As TServiceType
public TServiceType GetService<TServiceObject, TServiceType>()
public:
generic<typename TServiceObject, typename TServiceType>
TServiceType GetService()
member GetService : unit -> 'TServiceType 
JScript ne prend pas en charge les types ou les méthodes génériques.

Paramètres de type

  • TServiceObject
  • TServiceType

Valeur de retour

Type : TServiceType
Objet service.

Sécurité .NET Framework

Voir aussi

Référence

ProjectPackage Classe

GetService, surcharge

Microsoft.VisualStudio.Data.Schema.Package.Project.Internal, espace de noms