共用方式為


UserTrackingLocation.ArgumentType 屬性

定義

取得或設定要追蹤之使用者資料的 Common Language Runtime (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

要追蹤之使用者資料的 Type

備註

如果您想要以與版本無關的方式指定使用者資料的型別,請使用 ArgumentTypeName

您必須指定 ArgumentTypeArgumentTypeName,才能適當地設定 UserTrackingLocation

適用於