'Declaration Public Overloads Function LookUp( _ ByVal tag As Enum _ ) As ImGearMetadataNode
'Usage Dim instance As ImGearMetadataNodeList Dim tag As Enum Dim value As ImGearMetadataNode value = instance.LookUp(tag)
public ImGearMetadataNode LookUp( Enum tag )
public: ImGearMetadataNode* LookUp( Enum* tag )
public: ImGearMetadataNode^ LookUp( Enum^ tag )
Parameters
- tag
- Tag ID to search for.
Return Value
ImGearMetadataNode class object.