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
- serviceType
Type : System.Type
Le type du service.
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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.