NativeActivityUpdateContext.GetSavedOriginalValue Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the object to save the original value for the current activity.
Overloads
GetSavedOriginalValue(Activity) |
Indicates the object to save the original value for the current activity. |
GetSavedOriginalValue(String) |
Indicates the object to save the original value for the current activity. |
GetSavedOriginalValue(Activity)
Indicates the object to save the original value for the current activity.
public:
System::Object ^ GetSavedOriginalValue(System::Activities::Activity ^ childActivity);
public object GetSavedOriginalValue (System.Activities.Activity childActivity);
member this.GetSavedOriginalValue : System.Activities.Activity -> obj
Public Function GetSavedOriginalValue (childActivity As Activity) As Object
Parameters
- childActivity
- Activity
The child activity.
Returns
The object to save the original value for the current activity.
Applies to
GetSavedOriginalValue(String)
Indicates the object to save the original value for the current activity.
public:
System::Object ^ GetSavedOriginalValue(System::String ^ propertyName);
public object GetSavedOriginalValue (string propertyName);
member this.GetSavedOriginalValue : string -> obj
Public Function GetSavedOriginalValue (propertyName As String) As Object
Parameters
- propertyName
- String
The name of the property.
Returns
The object to save the original value for the current activity.