NativeActivityUpdateContext.IsNewlyAdded(Activity) Method

Definition

Initializes whether the NativeActivityUpdateContext is newly added.

public:
 bool IsNewlyAdded(System::Activities::Activity ^ childActivity);
public bool IsNewlyAdded (System.Activities.Activity childActivity);
member this.IsNewlyAdded : System.Activities.Activity -> bool
Public Function IsNewlyAdded (childActivity As Activity) As Boolean

Parameters

childActivity
Activity

The child activity.

Returns

true if the NativeActivityUpdateContext is newly added; otherwise, false.

Applies to