Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / tpII Class / ContainsData Method


In This Topic
    ContainsData Method (tpII)
    In This Topic
    Queries whether data can be obtained in the specified format.
    Syntax
    'Declaration
     
    
    Public Function ContainsData( _
       ByVal xpII As NDataFormat _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As tpII
    Dim xpII As NDataFormat
    Dim value As System.Boolean
     
    value = instance.ContainsData(xpII)
    public System.bool ContainsData( 
       NDataFormat xpII
    )

    Parameters

    xpII
    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