Using the IEnumerable<UiElement> variable type

I am using the Get Children activity to take a list of information, find all of the descendants that match based on the selector. This gives me a list of all positive matches from the list in the type IEnumerable but I cannot display the attributes of any of the matches.

How can someone take the UiElement variable to make it display the attributes etc for use in log messages, and message boxes.

Hi,

Hope the following helps you.

Regards,

2 Likes

Perfect, thank you @Yoichi

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.