UserTrackingLocation.ArgumentType 属性

定义

获取或设置要跟踪的用户数据的公共语言运行时 (CLR) 类型。

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

属性值

Type要跟踪的用户数据。

注解

如果要以与版本无关的方式指定用户数据类型,请使用 ArgumentTypeName

必须指定或ArgumentTypeArgumentTypeName正确配置 UserTrackingLocation

适用于