ScrollControllerAddScrollVelocityRequestedEventArgs.CorrelationId Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit l’ID de corrélation associé à la modification de décalage.
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
Valeur de propriété
Int32
int
ID de corrélation associé à la modification de décalage.