[C# Connect] Retrieving Element Tags

Is there a better way of retrieving a Tag Element that belongs to a specific element other than iterating all of the elements of a model looking for a matching Target Element?   I suppose a little better if doing multiple queries at once would be to stick it in a dictionary.. but in the VBA api, you could just use the .GetTags() method of an element.