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。
您必须指定 ArgumentType 或 ArgumentTypeName 以正确配置 UserTrackingLocation。