Click or drag to resize

InternalElementTypeRoleReferences Property

Gets all role references for the InternalElement. The collection includes all RoleRequirement objects and SupportedRoleClass objects.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public override IEnumerable<IObjectWithRoleReference> RoleReferences { get; }

Property Value

IEnumerableIObjectWithRoleReference
See Also