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.Implements a read-only base interface for the ObjectListFieldCollection class. Дополнительные сведения о разработке мобильных приложений ASP.NET см. в статье Mobile Apps & Sites with ASP.NET (Разработка мобильных приложений и сайтов с помощью ASP.NET).For information about how to develop ASP.NET mobile applications, see 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 интерфейс, поэтому здесь подразумеваются все свойства и методы этого интерфейса.The IObjectListFieldCollection interfaces implement the ICollection interface; so all properties and methods of that interface are implied here. Этот тип интерфейса можно использовать для коллекций полей, предназначенных только для чтения.You can use this type of interface for read-only field collections. Например, приложение может получить свойство элемента управления AllFields , которое представляет собой объединенную коллекцию явно определенных и автоматически формируемых полей для элемента управления.For example, the application can retrieve the control's AllFields property, which is a combined collection of explicitly defined and automatically generated fields for the control. Однако приложение не может добавлять или удалять поля в этой коллекции.However, the application cannot add or remove fields in this collection.
Свойства
Count |
Получает число элементов, содержащихся в интерфейсе ICollection.Gets the number of elements contained in the ICollection. (Унаследовано от ICollection) |
IsSynchronized |
Возвращает значение, показывающее, является ли доступ к коллекции ICollection синхронизированным (потокобезопасным).Gets a value indicating whether access to the ICollection is synchronized (thread safe). (Унаследовано от ICollection) |
Item[Int32] |
Возвращает элемент в коллекции по его индексу.Returns an item in the collection, by index. Этот API устарел.This API is obsolete. Дополнительные сведения о разработке мобильных приложений ASP.NET см. в статье Mobile Apps & Sites with ASP.NET (Разработка мобильных приложений и сайтов с помощью ASP.NET).For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. |
SyncRoot |
Получает объект, с помощью которого можно синхронизировать доступ к коллекции ICollection.Gets an object that can be used to synchronize access to the ICollection. (Унаследовано от ICollection) |
Методы
CopyTo(Array, Int32) |
Копирует элементы коллекции ICollection в массив Array, начиная с указанного индекса массива Array.Copies the elements of the ICollection to an Array, starting at a particular Array index. (Унаследовано от ICollection) |
GetAll() |
Возвращает массив всех элементов в коллекции ObjectListField.Returns an array of all the items in the ObjectListField collection. Этот API устарел.This API is obsolete. Дополнительные сведения о разработке мобильных приложений ASP.NET см. в статье Mobile Apps & Sites with ASP.NET (Разработка мобильных приложений и сайтов с помощью ASP.NET).For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. |
GetEnumerator() |
Возвращает перечислитель, который осуществляет итерацию по коллекции.Returns an enumerator that iterates through a collection. (Унаследовано от IEnumerable) |
IndexOf(ObjectListField) |
Возвращает индекс поля.Returns the index of a field. Этот API устарел.This API is obsolete. Дополнительные сведения о разработке мобильных приложений ASP.NET см. в статье Mobile Apps & Sites with ASP.NET (Разработка мобильных приложений и сайтов с помощью ASP.NET).For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. |
IndexOf(String) |
Возвращает индекс поля.Returns the index of a field. Этот API устарел.This API is obsolete. Дополнительные сведения о разработке мобильных приложений ASP.NET см. в статье Mobile Apps & Sites with ASP.NET (Разработка мобильных приложений и сайтов с помощью ASP.NET).For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. |
Методы расширения
Cast<TResult>(IEnumerable) |
Приводит элементы объекта IEnumerable к заданному типу.Casts the elements of an IEnumerable to the specified type. |
OfType<TResult>(IEnumerable) |
Выполняет фильтрацию элементов объекта IEnumerable по заданному типу.Filters the elements of an IEnumerable based on a specified type. |
AsParallel(IEnumerable) |
Позволяет осуществлять параллельный запрос.Enables parallelization of a query. |
AsQueryable(IEnumerable) |
Преобразовывает коллекцию IEnumerable в объект IQueryable.Converts an IEnumerable to an IQueryable. |