NumberRangesAttribute-Konstruktor (array<KeyAttributePair<NumberRangesAttribute> )

Initialisiert eine neue Instanz der NumberRangesAttribute-Klasse mit den angegebenen KeyAttributePair<T>-Instanzen.

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

Syntax

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

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

NumberRangesAttribute Klasse

NumberRangesAttribute-Überladung

Microsoft.Windows.Design.PropertyEditing-Namespace