IScrollController.NotifyRequestedScrollCompleted(Int32) 方法     
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指示通过 、 ScrollByRequested或 AddScrollVelocityRequested 事件启动的ScrollToRequested滚动操作已完成。
public:
 void NotifyRequestedScrollCompleted(int correlationId);
	void NotifyRequestedScrollCompleted(int const& correlationId);
	public void NotifyRequestedScrollCompleted(int correlationId);
	function notifyRequestedScrollCompleted(correlationId)
	Public Sub NotifyRequestedScrollCompleted (correlationId As Integer)
	参数
- correlationId
 - 
				
				Int32
int
 
用于将方法调用与相应事件关联的关联 ID 号。