FontFamilyMapCollection Класс
Определение
Представляет упорядоченную коллекцию объектов FontFamilyMap.Represents an ordered collection of FontFamilyMap objects.
public ref class FontFamilyMapCollection sealed : System::Collections::Generic::ICollection<System::Windows::Media::FontFamilyMap ^>, System::Collections::Generic::IEnumerable<System::Windows::Media::FontFamilyMap ^>, System::Collections::Generic::IList<System::Windows::Media::FontFamilyMap ^>, System::Collections::IList
public sealed class FontFamilyMapCollection : System.Collections.Generic.ICollection<System.Windows.Media.FontFamilyMap>, System.Collections.Generic.IEnumerable<System.Windows.Media.FontFamilyMap>, System.Collections.Generic.IList<System.Windows.Media.FontFamilyMap>, System.Collections.IList
type FontFamilyMapCollection = class
interface IList<FontFamilyMap>
interface ICollection<FontFamilyMap>
interface seq<FontFamilyMap>
interface IEnumerable
interface IList
interface ICollection
Public NotInheritable Class FontFamilyMapCollection
Implements ICollection(Of FontFamilyMap), IEnumerable(Of FontFamilyMap), IList, IList(Of FontFamilyMap)
- Наследование
-
FontFamilyMapCollection
- Реализации
Свойства
Count |
Возвращает количество объектов FontFamilyMap в коллекции FontFamilyMapCollection.Gets the number of FontFamilyMap objects in the FontFamilyMapCollection. |
IsReadOnly |
Получает значение, указывающее, является ли коллекция FontFamilyMapCollection доступной только для чтения.Gets a value that indicates if a FontFamilyMapCollection is read only. |
Item[Int32] |
Возвращает или задает объект FontFamilyMap по указанному положению индекса.Gets or sets the FontFamilyMap object at the specified index position. |
Методы
Add(FontFamilyMap) |
Вставляет указанный объект FontFamilyMap в коллекцию.Inserts the specified FontFamilyMap object into the collection. |
Clear() |
Удаляет все объекты FontFamilyMap из коллекции FontFamilyMapCollection.Removes all FontFamilyMap objects from the FontFamilyMapCollection. |
Contains(FontFamilyMap) |
Указывает, содержит ли коллекция FontFamilyMapCollection заданный объект FontFamilyMap.Indicates whether the FontFamilyMapCollection contains the specified FontFamilyMap object. |
CopyTo(FontFamilyMap[], Int32) |
Копирует объекты FontFamilyMap из коллекции в массив объектов FontFamilyMaps начиная с указанного положения индекса.Copies the FontFamilyMap objects in the collection into an array of FontFamilyMaps, starting at the specified index position. |
Equals(Object) |
Определяет, равен ли указанный объект текущему объекту.Determines whether the specified object is equal to the current object. (Унаследовано от Object) |
GetEnumerator() |
Возвращает перечислитель, позволяющий выполнять перебор коллекции.Returns an enumerator that can iterate through the collection. |
GetHashCode() |
Служит в качестве хэш-функции по умолчанию.Serves as the default hash function. (Унаследовано от Object) |
GetType() |
Возвращает объект Type для текущего экземпляра.Gets the Type of the current instance. (Унаследовано от Object) |
IndexOf(FontFamilyMap) |
Возвращает индекс указанного объекта FontFamilyMap в коллекции.Returns the index of the specified FontFamilyMap object within the collection. |
Insert(Int32, FontFamilyMap) |
Вставляет указанный объект FontFamilyMap в заданную индексом позицию в коллекции.Inserts the specified FontFamilyMap object at the specified index position in the collection. |
MemberwiseClone() |
Создает неполную копию текущего объекта Object.Creates a shallow copy of the current Object. (Унаследовано от Object) |
Remove(FontFamilyMap) |
Удаляет указанный объект FontFamilyMap из коллекции.Removes the specified FontFamilyMap object from the collection. |
RemoveAt(Int32) |
Удаляет объект FontFamilyMap из коллекции FontFamilyMapCollection.Deletes a FontFamilyMap object from the FontFamilyMapCollection. |
ToString() |
Возвращает строку, представляющую текущий объект.Returns a string that represents the current object. (Унаследовано от Object) |
Явные реализации интерфейса
ICollection.CopyTo(Array, Int32) |
Описание этого члена см. в разделе CopyTo(Array, Int32).For a description of this member, see CopyTo(Array, Int32). |
ICollection.IsSynchronized |
Описание этого члена см. в разделе IsSynchronized.For a description of this member, see IsSynchronized. |
ICollection.SyncRoot |
Описание этого члена см. в разделе SyncRoot.For a description of this member, see SyncRoot. |
IEnumerable.GetEnumerator() |
Описание этого члена см. в разделе GetEnumerator().For a description of this member, see GetEnumerator(). |
IList.Add(Object) |
Описание этого члена см. в разделе Add(Object).For a description of this member, see Add(Object). |
IList.Contains(Object) |
Описание этого члена см. в разделе Contains(Object).For a description of this member, see Contains(Object). |
IList.IndexOf(Object) |
Описание этого члена см. в разделе IndexOf(Object).For a description of this member, see IndexOf(Object). |
IList.Insert(Int32, Object) |
Описание этого члена см. в разделе Insert(Int32, Object).For a description of this member, see Insert(Int32, Object). |
IList.IsFixedSize |
Описание этого члена см. в разделе IsFixedSize.For a description of this member, see IsFixedSize. |
IList.Item[Int32] |
Описание этого члена см. в разделе Item[Int32].For a description of this member, see Item[Int32]. |
IList.Remove(Object) |
Описание этого члена см. в разделе Remove(Object).For a description of this member, see Remove(Object). |
Методы расширения
CopyToDataTable<T>(IEnumerable<T>) |
Возвращает объект DataTable, содержащий копии объектов DataRow при заданном входном объекте IEnumerable<T> и универсальном параметре |
CopyToDataTable<T>(IEnumerable<T>, DataTable, LoadOption) |
Копирует объекты DataRow в указанный объект DataTable с заданным входным объектом IEnumerable<T>, где универсальный параметр |
CopyToDataTable<T>(IEnumerable<T>, DataTable, LoadOption, FillErrorEventHandler) |
Копирует объекты DataRow в указанный объект DataTable с заданным входным объектом IEnumerable<T>, где универсальный параметр |
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. |
Ancestors<T>(IEnumerable<T>) |
Возвращает коллекцию элементов, содержащую предков каждого узла в исходной коллекции.Returns a collection of elements that contains the ancestors of every node in the source collection. |
Ancestors<T>(IEnumerable<T>, XName) |
Возвращает отфильтрованную коллекцию элементов, содержащую предков каждого узла в исходной коллекции.Returns a filtered collection of elements that contains the ancestors of every node in the source collection. В коллекцию включаются только элементы, соответствующие XName.Only elements that have a matching XName are included in the collection. |
DescendantNodes<T>(IEnumerable<T>) |
Возвращает коллекцию подчиненных узлов каждого документа и элемента в исходной коллекции.Returns a collection of the descendant nodes of every document and element in the source collection. |
Descendants<T>(IEnumerable<T>) |
Возвращает коллекцию элементов, содержащую подчиненные элементы каждого элемента и документа в исходной коллекции.Returns a collection of elements that contains the descendant elements of every element and document in the source collection. |
Descendants<T>(IEnumerable<T>, XName) |
Возвращает отфильтрованную коллекцию элементов, содержащую подчиненные элементы каждого элемента и документа в исходной коллекции.Returns a filtered collection of elements that contains the descendant elements of every element and document in the source collection. В коллекцию включаются только элементы, соответствующие XName.Only elements that have a matching XName are included in the collection. |
Elements<T>(IEnumerable<T>) |
Возвращает коллекцию дочерних элементов каждого элемента и документа в исходной коллекции.Returns a collection of the child elements of every element and document in the source collection. |
Elements<T>(IEnumerable<T>, XName) |
Возвращает отфильтрованную коллекцию дочерних элементов каждого элемента и документа в исходной коллекции.Returns a filtered collection of the child elements of every element and document in the source collection. В коллекцию включаются только элементы, соответствующие XName.Only elements that have a matching XName are included in the collection. |
InDocumentOrder<T>(IEnumerable<T>) |
Возвращает коллекцию узлов, содержащую все узлы в исходной коллекции, отсортированные в порядке следования документов.Returns a collection of nodes that contains all nodes in the source collection, sorted in document order. |
Nodes<T>(IEnumerable<T>) |
Возвращает коллекцию дочерних узлов каждого документа и элемента в исходной коллекции.Returns a collection of the child nodes of every document and element in the source collection. |
Remove<T>(IEnumerable<T>) |
Удаление каждого узла в исходной коллекции из родительского узла.Removes every node in the source collection from its parent node. |