'宣言
Public Function ResolvePageNumber( _ ByVal bookmark As String _ ) As Nullable(Of Integer)
public Nullable<int> ResolvePageNumber( string bookmark )
パラメータ
- bookmark
- ページ番号を解決する目次のアイテムのブックマーク。
'宣言
Public Function ResolvePageNumber( _ ByVal bookmark As String _ ) As Nullable(Of Integer)
public Nullable<int> ResolvePageNumber( string bookmark )