Método AddInBase.IAddInExtension.RequestService
This API supports the Visual Studio infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.Office.Tools
Assembly: Microsoft.Office.Tools.Common.v4.0.Utilities (em Microsoft.Office.Tools.Common.v4.0.Utilities.dll)
Sintaxe
'Declaração
Private Function RequestService ( _
serviceGuid As Guid _
) As Object Implements IAddInExtension.RequestService
Object IAddInExtension.RequestService(
Guid serviceGuid
)
Parâmetros
- serviceGuid
Tipo: System.Guid
Valor de retorno
Tipo: System.Object
Retorne Object.
Implementações
IAddInExtension.RequestService(Guid)
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.