网页
图片
视频
学术
词典
地图
更多
航班
笔记本
BindingList
例句
释义:
全部
全部
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
The
Add
method
is
automatically
provided
for
your
custom
collection
when
you
inherit
from
BindingList
.
从
BindingList
继承
时
,
将
自动
为
您
的
自
定义
集合
提供
Add
方法
。
msdn2.microsoft.com
2.
The
Remove
and
RemoveAt
methods
are
automatically
provided
for
your
custom
collection
when
you
inherit
from
BindingList
.
从
BindingList
继承
时
,
将
自动
为
您
的
自
定义
集合
提供
Remove
和
RemoveAt
方法
。
msdn2.microsoft.com
3.
The
following
table
shows
initial
property
values
for an
instance
of
BindingList
class
.
下
表
显示
BindingList
类
的
实例
的
初始
属性
值
。
msdn2.microsoft.com
4.
When
you are
creating
a
custom
collection
class
for
objects
,
we
suggest
that you
inherit
from
BindingList
.
为
对象
创建
自
定义
集合
类
时
,
建议
从
BindingList
继承
。
msdn2.microsoft.com
5.
The
automatically
-
generated
collection
in the BindingSource
uses
a
BindingList
for
its
typed
collection
.
BindingSource
中
自动
生成
的
集合
对
其
类型化
集合
使用
BindingList
。
msdn2.microsoft.com
6.
Some
examples
of
data
sources
that
implement
IBindingList
are
BindingList
and
DataView
.
实现
IBindingList
的
数据
源
的
一些
示例
有
BindingList
和
DataView
。
msdn2.microsoft.com
7.
In
general
,
you
should
use
BindingList
when
you
create
lists
of
objects
for
data
binding
.
通常
,
在
创建
要
进行
数据
绑定
的
对象
列表
时
,
应当
使用
BindingList
。
msdn2.microsoft.com
8.
The
following
code
shows
how
to
add
objects
to a
typed
collection
that
inherits
from
BindingList
下面
的
代码
演示
如何
向
从
BindingList
继承
的
类型化
集合
添加
对象
msdn2.microsoft.com