When using BDD to make tests there is a possibility to get the tags from a single scenario or a single feature but not from the Examples of a Scenario Outline. This should be possible.
In addition to extracting scenarios and their tags from features, it should allow extracting examples and their tags from scenarios.
BDDItem.Tags.Contains("@Win10") should be possible where BDDItem is an Examples block instead of only when the tag is on top of the entire scenario.