共用方式為


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 命名空間