Share via


NumberFormatAttribute Constructor (array<KeyAttributePair<NumberFormatAttribute> )

Initializes a new instance of the NumberFormatAttribute class with the specified array of 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 NumberFormatAttribute)() _
)
public NumberFormatAttribute(
    KeyAttributePair<NumberFormatAttribute>[] mapArray
)
public:
NumberFormatAttribute(
    array<KeyAttributePair<NumberFormatAttribute^>>^ mapArray
)
new : 
        mapArray:KeyAttributePair<NumberFormatAttribute>[] -> NumberFormatAttribute
public function NumberFormatAttribute(
    mapArray : KeyAttributePair<NumberFormatAttribute>[]
)

Parameters

.NET Framework Security

See Also

Reference

NumberFormatAttribute Class

NumberFormatAttribute Overload

Microsoft.Windows.Design.PropertyEditing Namespace