StateMachineWorkflowActivity.CurrentStateName 属性

定义

获取当前正在执行的 StateActivity 的名称。

public:
 property System::String ^ CurrentStateName { System::String ^ get(); };
[System.ComponentModel.Browsable(false)]
public string CurrentStateName { get; }
[<System.ComponentModel.Browsable(false)>]
member this.CurrentStateName : string
Public ReadOnly Property CurrentStateName As String

属性值

String

当前的 StateActivity 的名称。

属性

注解

从工作流内部进行访问时(例如,从 CurrentStateName 活动中的代码处理程序),CodeActivity 属性仅返回当前状态的名称。 宿主端代码无法使用此属性,因为宿主只能访问工作流定义的副本,并且永远不会访问实时实例树。

有关如何从主机确定当前状态的详细信息,请参阅 CurrentStateName 类的属性 StateMachineWorkflowInstance

适用于