12 references to EnumValue
Microsoft.Build.Framework (12)
XamlTypes\DynamicEnumProperty.cs (2)
15/// That property does not make sense for this property. Use the <see cref="EnumValue.IsDefault"/> property on the 16/// <see cref="EnumValue"/> instead to mark the default value for this property. </remarks>
XamlTypes\EnumProperty.cs (4)
16/// That property does not make sense for this property. Use the <see cref="EnumValue.IsDefault"/> property on the 17/// <see cref="EnumValue"/> instead to mark the default value for this property. </remarks> 28AdmissibleValues = new List<EnumValue>(); 39public List<EnumValue> AdmissibleValues
XamlTypes\EnumValue.cs (6)
47/// The name of this <see cref="EnumValue"/>. 59/// The name that could be used by a prospective UI client to display this <see cref="EnumValue"/>. 93/// Help information for this <see cref="EnumValue"/>. 134/// Tells if this <see cref="EnumValue"/> is the default value for the associated 148/// Additional attributes of this <see cref="EnumValue"/>. 164/// List of arguments for this <see cref="EnumValue"/>.