NumberIncrementsAttribute (Constructor) (Nullable<Double>, Nullable<Double>, Nullable<Double>, array<KeyAttributePair<NumberIncrementsAttribute> )

Inicializa una nueva instancia de la clase NumberIncrementsAttribute con los parámetros especificados.

Espacio de nombres:  Microsoft.Windows.Design.PropertyEditing
Ensamblado:  Microsoft.Windows.Design.Interaction (en Microsoft.Windows.Design.Interaction.dll)

Sintaxis

'Declaración
Public Sub New ( _
    smallChange As Nullable(Of Double), _
    defaultChange As Nullable(Of Double), _
    largeChange As Nullable(Of Double), _
    mapArray As KeyAttributePair(Of NumberIncrementsAttribute)() _
)
public NumberIncrementsAttribute(
    Nullable<double> smallChange,
    Nullable<double> defaultChange,
    Nullable<double> largeChange,
    KeyAttributePair<NumberIncrementsAttribute>[] mapArray
)
public:
NumberIncrementsAttribute(
    Nullable<double> smallChange, 
    Nullable<double> defaultChange, 
    Nullable<double> largeChange, 
    array<KeyAttributePair<NumberIncrementsAttribute^>>^ mapArray
)
new : 
        smallChange:Nullable<float> * 
        defaultChange:Nullable<float> * 
        largeChange:Nullable<float> * 
        mapArray:KeyAttributePair<NumberIncrementsAttribute>[] -> NumberIncrementsAttribute
public function NumberIncrementsAttribute(
    smallChange : Nullable<double>, 
    defaultChange : Nullable<double>, 
    largeChange : Nullable<double>, 
    mapArray : KeyAttributePair<NumberIncrementsAttribute>[]
)

Parámetros

Seguridad de .NET Framework

Vea también

Referencia

NumberIncrementsAttribute Clase

NumberIncrementsAttribute (Sobrecarga)

Microsoft.Windows.Design.PropertyEditing (Espacio de nombres)