NumberIncrementsAttribute Constructor (array<KeyAttributePair<NumberIncrementsAttribute> )
Initializes a new instance of the NumberIncrementsAttribute 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 NumberIncrementsAttribute)() _
)
public NumberIncrementsAttribute(
KeyAttributePair<NumberIncrementsAttribute>[] mapArray
)
public:
NumberIncrementsAttribute(
array<KeyAttributePair<NumberIncrementsAttribute^>>^ mapArray
)
new :
mapArray:KeyAttributePair<NumberIncrementsAttribute>[] -> NumberIncrementsAttribute
public function NumberIncrementsAttribute(
mapArray : KeyAttributePair<NumberIncrementsAttribute>[]
)
Parameters
- mapArray
Type: array<Microsoft.Windows.Design.PropertyEditing.KeyAttributePair<NumberIncrementsAttribute>[]
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.
See Also
Reference
NumberIncrementsAttribute Class