共用方式為


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 包括在清單中。

適用於