ScrollControllerAddScrollVelocityRequestedEventArgs.CorrelationId 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定與位移變更相關聯的相互關聯標識碼。
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
屬性值
Int32
int
與位移變更相關聯的相互關聯標識符。