다음을 통해 공유


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)

속성 값

IList<String>

각각 추적 채널과 연결된 워크플로 인스턴스의 호출 체인에 있는 활동의 QualifiedName을 나타내는 문자열 목록입니다.

설명

현재는 워크플로 인스턴스를 호출한 활동의 QualifiedName만 목록에 포함됩니다.

적용 대상