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

要跟踪的用户数据的 Type

注解

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

您必须指定 ArgumentTypeArgumentTypeName 以正确配置 UserTrackingLocation

适用于