Compartilhar via


Propriedade IExecutionContext.InputParameters

Aplica-se a: CRM 2015 on-prem, CRM Online

Gets the parameters of the request message that triggered the event that caused the plug-in to execute.

Namespace: Microsoft.Xrm.Sdk
Assembly: Microsoft.Xrm.Sdk (em Microsoft.Xrm.Sdk.dll)

Sintaxe

'Declaração
ReadOnly Property InputParameters As ParameterCollection
ParameterCollection InputParameters { get; }

Valor de Propriedade

Type: ParameterCollection
The parameters of the request message that triggered the event that caused the plug-in to execute.

Segurança do Thread

Todos os membros estáticos (Shared in Visual Basic) desse tipo são protegidos por thread. Não há nenhum garantia de que os membros de instância sejam protegidos por thread.

Plataformas

Plataformas de desenvolvimento

Windows Vista, Windows Server 2003 e

Plataformas de destino

Windows Vista,Windows XP

Consulte também

Referência

Interface IExecutionContext
Membros de IExecutionContext
Namespace Microsoft.Xrm.Sdk
Input and Output Parameters
OutputParameters

Outros recursos

Use Messages (Request and Response Classes) with the Execute Method

Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.