Sdílet prostřednictvím


NumberIncrementsAttribute – konstruktor (Nullable<Double>, Nullable<Double>, Nullable<Double>, array<KeyAttributePair<NumberIncrementsAttribute> )

Inicializuje novou instanci NumberIncrementsAttribute třídy zadané parametry.

Obor názvů:  Microsoft.Windows.Design.PropertyEditing
Sestavení:  Microsoft.Windows.Design.Interaction (v Microsoft.Windows.Design.Interaction.dll)

Syntaxe

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

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

NumberIncrementsAttribute Třída

NumberIncrementsAttribute – přetížení

Microsoft.Windows.Design.PropertyEditing – obor názvů