Partager via


FlavoredProject.IServiceProvider.GetService, méthode

Obtient le service du type spécifié.

Espace de noms :  Microsoft.VisualStudio.Shell.Flavor
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

Valeur de retour

Type : System.Object
Un service du type spécifié.

Implémentations

IServiceProvider.GetService(Type)

Remarques

Cette méthode retourne IOleCommandTarget ou IMenuCommandService, ou bien elle délègue la recherche à IServiceProvider.

Sécurité .NET Framework

Voir aussi

Référence

FlavoredProject Classe

Microsoft.VisualStudio.Shell.Flavor, espace de noms