UserTrackingLocation.ArgumentType 屬性

定義

取得或設定要追蹤的使用者資料的共通語言執行時(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

你必須指定 or 其中之一ArgumentType,才能正確配置 ArgumentTypeNameUserTrackingLocation

適用於