Partager via


IAddInExtension.RequestService, méthode

Retourne un objet qui étend une fonctionnalité dans une application Microsoft Office.

Espace de noms :  Microsoft.Office.Tools
Assemblys :   Microsoft.Office.Tools.Common (dans Microsoft.Office.Tools.Common.dll)
  Microsoft.Office.Tools.Common.v4.0.Utilities (dans Microsoft.Office.Tools.Common.v4.0.Utilities.dll)

Syntaxe

'Déclaration
Function RequestService ( _
    serviceGuid As Guid _
) As Object
Object RequestService(
    Guid serviceGuid
)

Paramètres

  • serviceGuid
    Type : System.Guid
    Guid qui identifie une interface d'extensibilité prise en charge par des applications Microsoft Office.

Valeur de retour

Type : System.Object
Objet qui implémente l'interface d'extensibilité identifiée par serviceGuid.

Notes

Pour plus d'informations sur cette méthode, consultez AddInBase.RequestService.

Sécurité .NET Framework

Voir aussi

Référence

IAddInExtension Interface

Microsoft.Office.Tools, espace de noms