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
属性值
false。