MemberInfo.GetAttributes

From Xojo Documentation

Method

MemberInfo.GetAttributes(AttributeInfo())

Supported for all project types and targets.

Returns an array of AttributeInfo objects.

Sample Code

The following gets the attributes of window1.

Var myAttributes() As Introspection.AttributeInfo = Introspection.GetType(Window1).GetAttributes