Method FindAttributes
FindAttributes(string)
When implemented by a class, locates all attribute with given name.
ISyntaxAttribute[] FindAttributes(string name)
Parameters
name
stringSpecifies name of attribute.
Returns
- ISyntaxAttribute[]
Array
ISyntaxAttribute
with specified name.