'宣言 Public Function FindBookmark( _ ByVal bookmark As System.String _ ) As RenderFragment
'使用法 Dim instance As RenderFragmentCollection Dim bookmark As System.String Dim value As RenderFragment value = instance.FindBookmark(bookmark)
public RenderFragment FindBookmark( System.string bookmark )
パラメータ
- bookmark
- The bookmark name to search.
戻り値の型
RenderFragment if the bookmark is found; null, otherwise.