Method GetUserDefinedAttributesAsync
GetUserDefinedAttributesAsync(IEnumerable<IAttributeDefinition?>?, CancellationToken)
Returns a collection of IUserDefinedAttribute instances
Declaration
Task<IEnumerable<IUserDefinedAttribute>> GetUserDefinedAttributesAsync(IEnumerable<IAttributeDefinition?>? attributeDefinitions = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<IAttributeDefinition> | attributeDefinitions | The optional requested attribute definitions or null to retrieve all |
CancellationToken | cancellationToken | The optional cancellation token |
Returns
Type | Description |
---|---|
Task<IEnumerable<IUserDefinedAttribute>> | A collection of IUserDefinedAttribute instances |