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