共用方式為


NumberRangesAttribute 建構函式 (array<KeyAttributePair<NumberRangesAttribute> )

使用指定的 KeyAttributePair<T> 執行個體,初始化 NumberRangesAttribute 類別的新執行個體。

命名空間:  Microsoft.Windows.Design.PropertyEditing
組件:  Microsoft.Windows.Design.Interaction (在 Microsoft.Windows.Design.Interaction.dll 中)

語法

'宣告
Public Sub New ( _
    mapArray As KeyAttributePair(Of NumberRangesAttribute)() _
)
public NumberRangesAttribute(
    KeyAttributePair<NumberRangesAttribute>[] mapArray
)
public:
NumberRangesAttribute(
    array<KeyAttributePair<NumberRangesAttribute^>>^ mapArray
)
new : 
        mapArray:KeyAttributePair<NumberRangesAttribute>[] -> NumberRangesAttribute
public function NumberRangesAttribute(
    mapArray : KeyAttributePair<NumberRangesAttribute>[]
)

參數

.NET Framework 安全性

請參閱

參考

NumberRangesAttribute 類別

NumberRangesAttribute 多載

Microsoft.Windows.Design.PropertyEditing 命名空間