ImageGear21.Core Assembly > ImageGear.Core Namespace > ImGearMetadataNodeList Class > LookUp Method : LookUp(Int32) Method |
'Declaration Public Overloads Function LookUp( _ ByVal tag As Integer _ ) As ImGearMetadataNode
'Usage Dim instance As ImGearMetadataNodeList Dim tag As Integer Dim value As ImGearMetadataNode value = instance.LookUp(tag)
public ImGearMetadataNode LookUp( int tag )
public: ImGearMetadataNode* LookUp( int tag )
public: ImGearMetadataNode^ LookUp( int tag )
tag
ID, the method returns the first record. If a node is not present, the method returns null.
The method does not search in the subtrees of the node list.