NumberRangesAttribute Class

Definition

public ref class NumberRangesAttribute sealed : Attribute, Microsoft::VisualStudio::DesignTools::Extensibility::PropertyEditing::IIndexableAttribute
[System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property)]
public sealed class NumberRangesAttribute : Attribute, Microsoft.VisualStudio.DesignTools.Extensibility.PropertyEditing.IIndexableAttribute
[<System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property)>]
type NumberRangesAttribute = class
    inherit Attribute
    interface IIndexableAttribute
Public NotInheritable Class NumberRangesAttribute
Inherits Attribute
Implements IIndexableAttribute
Inheritance
NumberRangesAttribute
Attributes
Implements

Constructors

NumberRangesAttribute()
NumberRangesAttribute(KeyAttributePair<NumberRangesAttribute>[])
NumberRangesAttribute(Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Boolean>)
NumberRangesAttribute(Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Boolean>, KeyAttributePair<NumberRangesAttribute>[])

Properties

CanBeAuto
HardMaximum
HardMinimum
Item[String]
Keys
Maximum
Minimum

Methods

Equals(Object)
GetHashCode()

Applies to