Click or drag to resize
InOutArgumentExtensionsGetT Method
Получение значения входного параметра.

Namespace:  PZone.Xrm.Workflow
Assembly:  PZone.SDK.Xrm.Workflow (in PZone.SDK.Xrm.Workflow.dll) Version: 8.0.0.0 (8.0.0.0)
Syntax
C#
public static T Get<T>(
	this InOutArgument<T> argument,
	Context context
)

Parameters

argument
Type: System.ActivitiesInOutArgumentT
Экземпляр класса InOutArgumentT.
context
Type: PZone.Xrm.WorkflowContext
Контекст выполенения.

Type Parameters

T
Тип параметра.

Return Value

Type: T
Метод возвращает значение указанного входного параметра.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type InOutArgumentT. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also