Xojo.Introspection.MemberInfo.GetAttributes

From Xojo Documentation

Method

Xojo.Introspection.MemberInfo.GetAttributes() As Xojo.Introspection.AttributeInfo()

Supported for all project types and targets.

Gets the attributes for the associated item.

Sample Code

The following code gets the attributes for the window containing the code:

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