ImageGear21.Core Assembly > ImageGear.Core Namespace > ImGearMetadataNodeList Class > LookUpLeaf Method : LookUpLeaf(String[]) Method |
path
parameter. Length of the path should correspond to the metadata structure depth, at which the desired node is located.
If a leaf is not present, the method returns null.
The method does not search in the subtrees of the node list.
'Declaration Public Overloads Function LookUpLeaf( _ ByVal path() As String _ ) As ImGearMetadataLeaf
'Usage Dim instance As ImGearMetadataNodeList Dim path() As String Dim value As ImGearMetadataLeaf value = instance.LookUpLeaf(path)
public ImGearMetadataLeaf LookUpLeaf( string[] path )
public: ImGearMetadataLeaf* LookUpLeaf( string*[]* path )
public: ImGearMetadataLeaf^ LookUpLeaf( array<String^>^ path )