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
- smallChange
Typ: System.Nullable<Double>
Hodnota pro malý přírůstek.
- defaultChange
Typ: System.Nullable<Double>
Hodnota pro výchozí přírůstek.
- largeChange
Typ: System.Nullable<Double>
Hodnotu o velký krok.
- mapArray
Typ: array<Microsoft.Windows.Design.PropertyEditing.KeyAttributePair<NumberIncrementsAttribute>[]
Pole KeyAttributePair<T> instance.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Odkaz
NumberIncrementsAttribute Třída