DelegateInArgument<T> Class
A binding terminal that represents the flow of data into an ActivityDelegate.
Assembly: System.Activities (in System.Activities.dll)
System.Activities::LocationReference
System.Activities::DelegateArgument
System.Activities::DelegateInArgument
System.Activities::DelegateInArgument<T>
| Name | Description | |
|---|---|---|
![]() | DelegateInArgument<T>() | Initializes a new instance of the DelegateInArgument<T> class. |
![]() | DelegateInArgument<T>(String^) | Initializes a new instance of the DelegateInArgument<T> class using the specified name. |
| Name | Description | |
|---|---|---|
![]() | Direction | Gets an ArgumentDirection that specifies whether the DelegateArgument represents the flow of data into an ActivityDelegate, out of an ActivityDelegate, or both into and out of an ActivityDelegate.(Inherited from DelegateArgument.) |
![]() | Name | Gets or sets the name of the DelegateArgument.(Inherited from DelegateArgument.) |
![]() | Type | Gets or sets the type of the LocationReference.(Inherited from LocationReference.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Get(ActivityContext^) | Gets the value of the DelegateInArgument<T>. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetLocation(ActivityContext^) | Returns the Location of the value referenced by the DelegateArgument.(Inherited from DelegateArgument.) |
![]() | GetType() | |
![]() | Set(ActivityContext^, T) | Sets the value of the DelegateInArgument<T>. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

