次の方法で共有


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

追跡するユーザー データの Type

注釈

バージョンに依存しない方法でユーザー データ型を指定する場合は、ArgumentTypeName を使用します。

ArgumentType を正しく構成するには、ArgumentTypeName または UserTrackingLocation のいずれかを指定する必要があります。

適用対象