UserTrackingLocation.MatchDerivedArgumentTypes 属性

定义

可以通过用户跟踪位置来筛选用户跟踪的数据。 通过指定 ArgumentTypeArgumentTypeName,用户可以按用户跟踪数据的类型进行筛选。 如果将 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

属性值

如果应对派生自用户数据类型(由 trueArgumentType 指定)的用户数据进行跟踪,则为 ArgumentTypeName;否则为 false。 默认值为 false

适用于