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