Compartir vía


ActivityTrackingRecord.EventArgs Propiedad

Definición

Siempre es null para ActivityTrackingRecord.

public:
 virtual property EventArgs ^ EventArgs { EventArgs ^ get(); void set(EventArgs ^ value); };
public override EventArgs EventArgs { get; set; }
member this.EventArgs : EventArgs with get, set
Public Overrides Property EventArgs As EventArgs

Valor de propiedad

EventArgs

Referencia nula (Nothing) para ActivityTrackingRecord.

Comentarios

La infraestructura de seguimiento en tiempo de ejecución establece esta propiedad.

EventArgs no tiene ningún significado para ActivityTrackingRecord y es siempre una referencia nula (Nothing).

La infraestructura de seguimiento en tiempo de ejecución establece esta propiedad.

Se aplica a