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


In This Topic
    GetByTitle(String,StringComparison) 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.
    Syntax
    'Declaration
     
    
    Public Overloads Function GetByTitle( _
       ByVal pageTitle As System.String, _
       ByVal comparisonType As System.StringComparison _
    ) As NPage
    'Usage
     
    
    Dim instance As NPageCollection
    Dim pageTitle As System.String
    Dim comparisonType As System.StringComparison
    Dim value As NPage
     
    value = instance.GetByTitle(pageTitle, comparisonType)
    public NPage GetByTitle( 
       System.string pageTitle,
       System.StringComparison comparisonType
    )

    Parameters

    pageTitle
    comparisonType
    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