指定されたパラメーターを使用して、NumberIncrementsAttribute クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.Windows.Design.PropertyEditing
アセンブリ: Microsoft.Windows.Design.Interaction (Microsoft.Windows.Design.Interaction.dll 内)
構文
'宣言
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>[]
)
パラメーター
- smallChange
型: System.Nullable<Double>
小さなインクリメントの値。
- defaultChange
型: System.Nullable<Double>
既定のインクリメントの値。
- largeChange
型: System.Nullable<Double>
大きなインクリメントの値。
- mapArray
型: array<Microsoft.Windows.Design.PropertyEditing.KeyAttributePair<NumberIncrementsAttribute>[]
KeyAttributePair<T> インスタンスの配列。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。