NumericUpDownAccelerationCollection.Item[Int32] プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定したインデックス番号を持つ NumericUpDownAcceleration を取得します。
public:
property System::Windows::Forms::NumericUpDownAcceleration ^ default[int] { System::Windows::Forms::NumericUpDownAcceleration ^ get(int index); };
public System.Windows.Forms.NumericUpDownAcceleration this[int index] { get; }
member this.Item(int) : System.Windows.Forms.NumericUpDownAcceleration
Default Public ReadOnly Property Item(index As Integer) As NumericUpDownAcceleration
パラメーター
- index
- Int32
コレクションから取得する NumericUpDownAcceleration の 0 から始まるインデックス。
プロパティ値
指定したインデックスを持つ NumericUpDownAcceleration。