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 呼叫該工作流程實例的活動會被包含在清單中。

適用於