ServiceProvider.QueryService, méthode (Type, Object%)
Espace de noms : Microsoft.VisualStudio.Shell
Assembly : Microsoft.VisualStudio.Shell.11.0 (dans Microsoft.VisualStudio.Shell.11.0.dll)
Syntaxe
'Déclaration
Public Function QueryService ( _
serviceType As Type, _
<OutAttribute> ByRef service As Object _
) As Integer
public int QueryService(
Type serviceType,
out Object service
)
Paramètres
- serviceType
Type : System.Type
- service
Type : System.Object%
Valeur de retour
Type : System.Int32
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.