Delegate BindingContextElement.AttributeFilterHandler
Handler to filter visitation based on a field's attribute.
Namespace: Unity.Properties.UI
Assembly: Unity.Properties.UI.Editor.dll
Syntax
public delegate bool BindingContextElement.AttributeFilterHandler(IEnumerable<Attribute> attributes)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<Attribute> | attributes | The attributes of the field. |
Returns
Type | Description |
---|---|
bool |