VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Metadata Namespace / MetadataNodeList Class / IndexOf(MetadataNode) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    IndexOf(MetadataNode) Method (MetadataNodeList)
    In This Topic
    Determines the index of a specific item in the list.
    Syntax
    'Declaration
    
    Public Function IndexOf( _
    ByVal item
    The node to locate in the list.
    As MetadataNode _
    ) As System.Int32
    public System.Int32 IndexOf(
    MetadataNode item
    )
    public: System.Int32 IndexOf(
    MetadataNode* item
    )
    public:
    System.Int32 IndexOf(
    MetadataNode^ item
    )

    Parameters

    item
    The node to locate in the list.

    Return Value

    The index of node if found in the list; otherwise, -1.
    Exceptions
    ExceptionDescription
    Thrown if item is null.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also