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