UserTrackingLocation.MatchDerivedArgumentTypes 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
可以通过用户跟踪位置来筛选用户跟踪的数据。 通过指定 ArgumentType 或 ArgumentTypeName,用户可以按用户跟踪数据的类型进行筛选。 如果将 MatchDerivedArgumentTypes
设置为 true
,则指定用户跟踪的数据可以为 ArgumentType/ArgumentTypeName 类型,或者是派生自 ArgumentType/ArgumentTypeName 的类型。
public:
property bool MatchDerivedArgumentTypes { bool get(); void set(bool value); };
public bool MatchDerivedArgumentTypes { get; set; }
member this.MatchDerivedArgumentTypes : bool with get, set
Public Property MatchDerivedArgumentTypes As Boolean
属性值
如果应对派生自用户数据类型(由 true
或 ArgumentType 指定)的用户数据进行跟踪,则为 ArgumentTypeName;否则为 false
。 默认值为 false
。