Get all attributes of this variable having type AttributeType.
| C# | Visual Basic | Visual C++ |
public IEnumerable<AttributeType> GetAttributes<AttributeType>()
Public Function GetAttributes(Of AttributeType) As IEnumerable(Of AttributeType)
public: generic<typename AttributeType> IEnumerable<AttributeType>^ GetAttributes()
- AttributeType