UserTrackingLocation.ArgumentType Proprietà

Definizione

Ottiene o imposta il tipo CLR (Common Language Runtime) dei dati utente da tenere traccia.

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

Valore della proprietà

Oggetto Type dei dati utente da tenere traccia.

Commenti

Se si vuole specificare il tipo di dati utente in modo indipendente dalla versione, usare ArgumentTypeName.

È necessario specificare ArgumentType o ArgumentTypeName per configurare correttamente .UserTrackingLocation

Si applica a