このメンバは BindingManagerBase.Count をオーバーライドします。
構文
'宣言
Public Overrides ReadOnly Property Count As Integer
'使用
Dim instance As PropertyManager
Dim value As Integer
value = instance.Count
public override int Count { get; }
public:
virtual property int Count {
int get () override;
}
/** @property */
public int get_Count ()
public override function get Count () : int
バージョン情報
.NET Framework
サポート対象 : 2.0、1.1、1.0
.NET Compact Framework
サポート対象 : 2.0、1.0
参照
関連項目
PropertyManager クラス
PropertyManager メンバ
System.Windows.Forms 名前空間