FlexReport for WinForms
GetBookmarkPositionAsyncEx メソッド (C1DocumentSource)


C1.Document アセンブリ > C1.Document 名前空間 > C1DocumentSource クラス : GetBookmarkPositionAsyncEx メソッド
The C1LinkTargetBase object position of that is requested.
For internal use. Non-blocking (asynchronous) version of the GetLinkTargetPosition method.
シンタックス
'宣言
 
Public Function GetBookmarkPositionAsyncEx( _
   ByVal linkTarget As C1LinkTargetBase _
) As IAsyncOperationWithProgress(Of C1BookmarkPosition,Double)
'使用法
 
Dim instance As C1DocumentSource
Dim linkTarget As C1LinkTargetBase
Dim value As IAsyncOperationWithProgress(Of C1BookmarkPosition,Double)
 
value = instance.GetBookmarkPositionAsyncEx(linkTarget)

パラメータ

linkTarget
The C1LinkTargetBase object position of that is requested.

戻り値の型

The IAsyncOperationWithProgress<TResult,TProgress> describes async operation.
参照

参照

C1DocumentSource クラス
C1DocumentSource メンバ