Method GetBookmarksAsync
GetBookmarksAsync(CancellationToken)
Retrieve all bookmarks from the IBookmarkManager.
Task<string[]> GetBookmarksAsync(CancellationToken cancellationToken = default)
Parameters
cancellationTokenCancellationTokenA cancellation token that can be used to cancel the asynchronous operation.
Returns
- Task<string[]>
An asynchronous task that completes when the IBookmarkManager has collected bookmarks.