ScrollControllerScrollByRequestedEventArgs.CorrelationId 属性

定义

获取与偏移量更改关联的关联 ID。

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

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

属性值

Int32

int

与偏移量更改关联的关联 ID。

适用于