AnnotationDocumentPaginator.GetPageAsync(Int32, Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
以非同步方式傳回 DocumentPage 與所指定頁碼的相關聯使用者註釋。
public:
override void GetPageAsync(int pageNumber, System::Object ^ userState);
public override void GetPageAsync (int pageNumber, object userState);
override this.GetPageAsync : int * obj -> unit
Public Overrides Sub GetPageAsync (pageNumber As Integer, userState As Object)
參數
- pageNumber
- Int32
要擷取之 DocumentPage 的以零起始的頁碼。
- userState
- Object
用來識別非同步作業的應用程式定義物件。
備註
如果應用程式想要在完成之前取消非同步作業,則 userState
參數適用于 CancelAsync 方法。