Interface ITokenPropertyAllowedValuesGetter
Interface to allow users of the TokenDefinitionPropertyComboboxAttribute to restrict the possible (allowed) values for a property.
Namespace: Microsoft.Internal.Studios.Aruba.Infrastructure.Token
Assembly: Aruba.Infrastructure.dll
Syntax
public interface ITokenPropertyAllowedValuesGetter
Properties
View SourceAllowedValues
Gets the allowed values.
Declaration
IEnumerable<object> AllowedValues { get; }
Property Value
Type | Description |
---|---|
IEnumerable<object> |