TrackingParameters.CallPath 属性

定义

获取一个字符串列表,其中每个字符串都表示与跟踪通道关联的工作流实例的调用链中某个活动的 QualifiedName

public:
 property System::Collections::Generic::IList<System::String ^> ^ CallPath { System::Collections::Generic::IList<System::String ^> ^ get(); };
public System.Collections.Generic.IList<string> CallPath { get; }
member this.CallPath : System.Collections.Generic.IList<string>
Public ReadOnly Property CallPath As IList(Of String)

属性值

一个字符串列表,其中每个字符串都表示与跟踪通道关联的工作流实例的调用链中某个活动的 QualifiedName

注解

目前,列表中仅包括调用了工作流实例的活动的 QualifiedName

适用于