UserTrackingLocation.ArgumentType 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置要跟踪的用户数据的公共语言运行时 (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。