ServiceProvider.IServiceProvider.QueryService, méthode
Effectue une fabrique pour les services qui sont exposés via une implémentation d' IServiceProvider.
Espace de noms : Microsoft.VisualStudio.Data.Framework
Assembly : Microsoft.VisualStudio.Data.Framework (dans Microsoft.VisualStudio.Data.Framework.dll)
Syntaxe
'Déclaration
Private Function QueryService ( _
ByRef guidService As Guid, _
ByRef riid As Guid, _
<OutAttribute> ByRef ppvObject As IntPtr _
) As Integer Implements IServiceProvider.QueryService
int IServiceProvider.QueryService(
ref Guid guidService,
ref Guid riid,
out IntPtr ppvObject
)
private:
virtual int QueryService(
Guid% guidService,
Guid% riid,
[OutAttribute] IntPtr% ppvObject
) sealed = IServiceProvider::QueryService
private abstract QueryService :
guidService:Guid byref *
riid:Guid byref *
ppvObject:IntPtr byref -> int
private override QueryService :
guidService:Guid byref *
riid:Guid byref *
ppvObject:IntPtr byref -> int
JScript ne prend pas en charge les implémentations d'interfaces explicites.
Paramètres
- guidService
Type : System.Guid%
Un identificateur unique du service demandé.
- riid
Type : System.Guid%
Un identificateur unique de l'interface que l'appelant souhaite recevoir pour le service.
- ppvObject
Type : System.IntPtr%
l'adresse de l'interface spécifiée par le paramètre d' riid .
Valeur de retour
Type : System.Int32
Un entier spécifiant l'adresse de l'interface pour le service demandé.
Implémentations
IServiceProvider.QueryService(Guid%, Guid%, IntPtr%)
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.