Sdílet prostřednictvím


NumberFormatAttribute – konstruktor (array<KeyAttributePair<NumberFormatAttribute> )

Inicializuje novou instanci NumberFormatAttribute třídy zadané pole s KeyAttributePair<T> instance.

Obor názvů:  Microsoft.Windows.Design.PropertyEditing
Sestavení:  Microsoft.Windows.Design.Interaction (v Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Deklarace
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>[]
)

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

NumberFormatAttribute Třída

NumberFormatAttribute – přetížení

Microsoft.Windows.Design.PropertyEditing – obor názvů