Android.App.TaskStackBuilder.AddParentStack Method
Add the activity parent chain as specified by the NoType:android/R$attr;Href=../../../reference/android/R.attr.html#parentActivityName attribute of the activity (or activity-alias) element in the application's manifest to the task stack builder.

Syntax

[Android.Runtime.Register("addParentStack", "(Landroid/content/ComponentName;)Landroid/app/TaskStackBuilder;", "GetAddParentStack_Landroid_content_ComponentName_Handler")]
public virtual TaskStackBuilder AddParentStack (Android.Content.ComponentName sourceActivityName)

Parameters

sourceActivityName
Must specify an Activity component. All parents of this activity will be added

Returns

Documentation for this section has not yet been entered.

Remarks

Add the activity parent chain as specified by the NoType:android/R$attr;Href=../../../reference/android/R.attr.html#parentActivityName attribute of the activity (or activity-alias) element in the application's manifest to the task stack builder.

[Android Documentation]

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 16