TrackingParameters.CallerParentContextGuid 属性
定义
获取调用方的父活动的上下文 ID。Gets the context ID of the caller's parent activity.
public:
property Guid CallerParentContextGuid { Guid get(); };
public Guid CallerParentContextGuid { get; }
member this.CallerParentContextGuid : Guid
Public ReadOnly Property CallerParentContextGuid As Guid
属性值
一个 Guid,其中包含调用方的父 Activity 的上下文 ID。A Guid that contains the context ID of the caller's parent Activity.