共用方式為


ScrollControllerScrollByRequestedEventArgs.CorrelationId 屬性

定義

取得與位移變更相關聯的相互關聯標識符。

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

與位移變更相關聯的相互關聯標識符。

適用於