ScrollControllerAddScrollVelocityRequestedEventArgs.CorrelationId Propiedad

Definición

Obtiene o establece el identificador de correlación asociado al cambio de desplazamiento.

public:
 property int CorrelationId { int get(); void set(int value); };
int CorrelationId();

void CorrelationId(int value);
public int CorrelationId { get; set; }
var int32 = scrollControllerAddScrollVelocityRequestedEventArgs.correlationId;
scrollControllerAddScrollVelocityRequestedEventArgs.correlationId = int32;
Public Property CorrelationId As Integer

Valor de propiedad

Int32

int

Identificador de correlación asociado al cambio de desplazamiento.

Se aplica a