Construtor NumberFormatAttribute (array<KeyAttributePair<NumberFormatAttribute> )

Inicializa uma nova instância de NumberFormatAttribute classe com a matriz especificada de KeyAttributePair<T> instâncias.

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

Sintaxe

'Declaração
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>[]
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

NumberFormatAttribute Classe

Sobrecargas NumberFormatAttribute

Namespace Microsoft.Windows.Design.PropertyEditing