次の方法で共有


ListControl.RefreshItem メソッド

派生クラスでオーバーライドされると、指定したインデックス位置にあるオブジェクトのデータとデータ ソースの内容との同期をとり直します。

Protected MustOverride Sub RefreshItem( _
   ByVal index As Integer _)
[C#]
protected abstract void RefreshItem(intindex);
[C++]
protected: virtual void RefreshItem(intindex) = 0;
[JScript]
protected abstract function RefreshItem(
   index : int);

パラメータ

  • index
    データを更新する項目の、0 から始まるインデックス番号。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

ListControl クラス | ListControl メンバ | System.Windows.Forms 名前空間