UserTrackingLocation.MatchDerivedArgumentTypes 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用者追蹤位置是一種過濾用戶追蹤資料的方法。 使用者可依使用者追蹤資料類型篩選,指定 ArgumentType 或 ArgumentTypeName。 設定 to MatchDerivedArgumentTypestrue 會指定使用者追蹤的資料可以是 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若使用者資料源自應追蹤或指定的使用者資料ArgumentTypeArgumentTypeName類型;否則,。 false 預設值為 false。