Partager via


Package.IServiceProvider.GetService, méthode

Obtient le service du type spécifié.

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

Syntaxe

'Déclaration
Private Function GetService ( _
    serviceType As Type _
) As Object Implements IServiceProvider.GetService
Object IServiceProvider.GetService(
    Type serviceType
)

Paramètres

  • serviceType
    Type : System.Type
    Le type du service à obtenir.

Valeur de retour

Type : System.Object
Un objet représentant le service demandé, ou nullRéférence Null (Nothing en Visual Basic) si aucun ne peut être recherché.

Implémentations

IServiceProvider.GetService(Type)

Sécurité .NET Framework

Voir aussi

Référence

Package Classe

Microsoft.VisualStudio.Shell, espace de noms