IObjectListFieldCollection 接口

定义

注意

The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.

实现 ObjectListFieldCollection 类的只读基接口。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站

public interface class IObjectListFieldCollection : System::Collections::ICollection
public interface IObjectListFieldCollection : System.Collections.ICollection
[System.Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")]
public interface IObjectListFieldCollection : System.Collections.ICollection
type IObjectListFieldCollection = interface
    interface ICollection
    interface IEnumerable
[<System.Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")>]
type IObjectListFieldCollection = interface
    interface ICollection
    interface IEnumerable
Public Interface IObjectListFieldCollection
Implements ICollection
派生
属性
实现

注解

接口 IObjectListFieldCollection 实现 接口; ICollection 因此,此处隐含该接口的所有属性和方法。 可以将这种类型的接口用于只读字段集合。 例如,应用程序可以检索控件的 AllFields 属性,该属性是控件的显式定义字段和自动生成字段的组合集合。 但是,应用程序无法在此集合中添加或删除字段。

属性

Count
已过时.

获取 ICollection 中包含的元素数。

(继承自 ICollection)
IsSynchronized
已过时.

获取一个值,该值指示是否同步对 ICollection 的访问(线程安全)。

(继承自 ICollection)
Item[Int32]
已过时.

按索引返回集合中的项。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站

SyncRoot
已过时.

获取可用于同步对 ICollection 的访问的对象。

(继承自 ICollection)

方法

CopyTo(Array, Int32)
已过时.

从特定的 ICollection 索引开始,将 Array 的元素复制到一个 Array 中。

(继承自 ICollection)
GetAll()
已过时.

返回 ObjectListField 集合中所有项的数组。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站

GetEnumerator()
已过时.

返回循环访问集合的枚举数。

(继承自 IEnumerable)
IndexOf(ObjectListField)
已过时.

返回字段的索引。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站

IndexOf(String)
已过时.

返回字段的索引。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站

扩展方法

Cast<TResult>(IEnumerable)
已过时.

IEnumerable 的元素强制转换为指定的类型。

OfType<TResult>(IEnumerable)
已过时.

根据指定类型筛选 IEnumerable 的元素。

AsParallel(IEnumerable)
已过时.

启用查询的并行化。

AsQueryable(IEnumerable)
已过时.

IEnumerable 转换为 IQueryable

适用于

另请参阅