Nevron Open Vision Documentation
Nevron.Nov.Diagram.Editors Namespace / NSelectBookmarkPropertyEditor Class / GetItemsForPage Method


In This Topic
    GetItemsForPage Method (NSelectBookmarkPropertyEditor)
    In This Topic
    Gets the bookmarks of the given page.
    Syntax
    'Declaration
     
    
    Protected Overrides Function GetItemsForPage( _
       ByVal page As NPage _
    ) As INCollection(Of NBookmark)
    'Usage
     
    
    Dim instance As NSelectBookmarkPropertyEditor
    Dim page As NPage
    Dim value As INCollection(Of NBookmark)
     
    value = instance.GetItemsForPage(page)
    protected override INCollection<NBookmark> GetItemsForPage( 
       NPage page
    )

    Parameters

    page
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also