NumberRangesAttribute Constructor (array<KeyAttributePair<NumberRangesAttribute> )
Initializes a new instance of the NumberRangesAttribute class with the specified KeyAttributePair<T> instances.
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>[]
)
Parameters
- mapArray
Type: array<Microsoft.Windows.Design.PropertyEditing.KeyAttributePair<NumberRangesAttribute>[]
An array of KeyAttributePair<T> instances.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.