NumberFormatAttribute 构造函数 (array<KeyAttributePair<NumberFormatAttribute> )

使用指定的 KeyAttributePair<T> 实例数组初始化 NumberFormatAttribute 类的新实例。

命名空间:  Microsoft.Windows.Design.PropertyEditing
程序集:  Microsoft.Windows.Design.Interaction(在 Microsoft.Windows.Design.Interaction.dll 中)

语法

声明
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>[]
)

参数

.NET Framework 安全性

请参见

参考

NumberFormatAttribute 类

NumberFormatAttribute 重载

Microsoft.Windows.Design.PropertyEditing 命名空间