SwebComponentCollectionContains 方法 (SwebComponent) |
确定指定控件是否为集合的成员。
命名空间:
Swebui.Controls
程序集:
Swebui.Core (在 Swebui.Core.dll 中) 版本:1.0.133.17134+2c49d126d464232ac9a5157f96561862d8e39182
语法public bool Contains(
SwebComponent value
)
Public Function Contains (
value As SwebComponent
) As Boolean
参数
- value
- 类型:Swebui.ControlsSwebComponent
要在集合中定位的 SwebComponent。
返回值
类型:
Boolean如果 Control 是集合的成员,则为 true;否则为 false。
备注
参见