Share via


NumberRangesAttribute Constructor (array<KeyAttributePair<NumberRangesAttribute> )

Initializes a new instance of the NumberRangesAttribute class with the specified KeyAttributePair<T> instances.

Namespace:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Public Sub New ( _
    mapArray As KeyAttributePair(Of NumberRangesAttribute)() _
)
public NumberRangesAttribute(
    KeyAttributePair<NumberRangesAttribute>[] mapArray
)
public:
NumberRangesAttribute(
    array<KeyAttributePair<NumberRangesAttribute^>>^ mapArray
)
new : 
        mapArray:KeyAttributePair<NumberRangesAttribute>[] -> NumberRangesAttribute
public function NumberRangesAttribute(
    mapArray : KeyAttributePair<NumberRangesAttribute>[]
)

Parameters

.NET Framework Security

See Also

Reference

NumberRangesAttribute Class

NumberRangesAttribute Overload

Microsoft.Windows.Design.PropertyEditing Namespace