TrackingParameters.CallPath 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得字串清單,清單中的每個字串代表活動的 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 包括在清單中。