ActivityTrackingRecord.ActivityType 属性

定义

获取或设置与此 ActivityTrackingRecord 关联的活动的公共语言运行库 (CLR) 类型。

public:
 property Type ^ ActivityType { Type ^ get(); void set(Type ^ value); };
public Type ActivityType { get; set; }
member this.ActivityType : Type with get, set
Public Property ActivityType As Type

属性值

Type

为其创建了此 Type 的活动的 ActivityTrackingRecord

注解

ActivityType 由运行时跟踪基础结构设置。

适用于