Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NPageCollection Class / GetByTitle Method / GetByTitle(String) Method


In This Topic
    GetByTitle(String) Method
    In This Topic
    Returns the first page in this collection with the given title or null if a page with this title is not found. The strings are compared case-sensitively using the current culture.
    Syntax
    'Declaration
     
    
    Public Overloads Function GetByTitle( _
       ByVal pageTitle As System.String _
    ) As NPage
    'Usage
     
    
    Dim instance As NPageCollection
    Dim pageTitle As System.String
    Dim value As NPage
     
    value = instance.GetByTitle(pageTitle)
    public NPage GetByTitle( 
       System.string pageTitle
    )

    Parameters

    pageTitle
    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