次の方法で共有


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 のみリストに含まれます。

適用対象