Partager via


ProjectPackage.GetGlobalService<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 Shared Function GetGlobalService(Of TServiceObject, TServiceType) As TServiceType
public static TServiceType GetGlobalService<TServiceObject, TServiceType>()
public:
generic<typename TServiceObject, typename TServiceType>
static TServiceType GetGlobalService()
static member GetGlobalService : 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

GetGlobalService, surcharge

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