IObjectListFieldCollection 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
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 行動應用程式的資訊,請參閱 mobile Apps & Sites with 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 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET。 |
SyncRoot |
已淘汰.
取得可用以同步存取 ICollection 的物件。 (繼承來源 ICollection) |
方法
CopyTo(Array, Int32) |
已淘汰.
從特定的 ICollection 索引開始,將 Array 的項目複製到 Array。 (繼承來源 ICollection) |
GetAll() |
已淘汰.
傳回 ObjectListField 集合中所有項目的陣列。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET。 |
GetEnumerator() |
已淘汰.
傳回逐一查看集合的列舉值。 (繼承來源 IEnumerable) |
IndexOf(ObjectListField) |
已淘汰.
傳回欄位的索引。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET。 |
IndexOf(String) |
已淘汰.
傳回欄位的索引。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET。 |
擴充方法
Cast<TResult>(IEnumerable) |
已淘汰.
將 IEnumerable 的項目轉換成指定的型別。 |
OfType<TResult>(IEnumerable) |
已淘汰.
根據指定的型別來篩選 IEnumerable 的項目。 |
AsParallel(IEnumerable) |
已淘汰.
啟用查詢的平行化作業。 |
AsQueryable(IEnumerable) |
已淘汰.
將 IEnumerable 轉換成 IQueryable。 |