LocationReference Class
Provides a mechanism by which a Location can be resolved at runtime.
Assembly: System.Activities (in System.Activities.dll)
System.Activities::LocationReference
System.Activities::DelegateArgument
System.Activities::RuntimeArgument
System.Activities::Variable
| Name | Description | |
|---|---|---|
![]() | LocationReference() | Creates a new instance of the LocationReference class. |
| Name | Description | |
|---|---|---|
![]() | Name | Gets or sets the name of the LocationReference. |
![]() | NameCore | When implemented by a derived class, gets or sets the culturally localized version of the name of the LocationReference. |
![]() | Type | Gets or sets the type of the LocationReference. |
![]() | TypeCore | When implemented in a derived class, gets or sets the culturally localized version of the type of the LocationReference. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetLocation(ActivityContext^) | When implemented in a derived class, extracts the location for a LocationReference from an ActivityContext object. |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Variable, RuntimeArgument, and DelegateArgument are all LocationReferences. The runtime manages state in an environment associated with each ActivityInstance. A Location is a read/write proxy to a value stored in this environment. A LocationReference provides a mechanism by which a Location can be resolved at runtime.
This is an abstract class.
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.



