IDebuggableWorkflowTree.GetWorkflowRoot Method

Definition

Returns the root of the Workflow tree.

public:
 System::Activities::Activity ^ GetWorkflowRoot();
public System.Activities.Activity GetWorkflowRoot ();
abstract member GetWorkflowRoot : unit -> System.Activities.Activity
Public Function GetWorkflowRoot () As Activity

Returns

An activity that represents the root of the workflow tree.

Applies to