'宣言 Protected Overridable Sub InsertItem( _ ByVal index As Integer, _ ByVal obj As GaugeCollectionObject _ )
protected virtual void InsertItem( int index, GaugeCollectionObject obj )
GaugeCollectionBase から派生したクラスは、オブジェクトをコレクションに挿入する時には必ずこのメソッドを呼び出します。