WebExtensionPropertyCollection

WebExtensionPropertyCollection class

Представляет список свойств веб-расширения.

public class WebExtensionPropertyCollection : CollectionBase<WebExtensionProperty>

Конструкторы

ИмяОписание
WebExtensionPropertyCollection()Конструктор по умолчанию.

Характеристики

ИмяОписание
Capacity { get; set; }
Count { get; }
Item { get; }Получает свойство веб-расширения по индексу. (2 indexers)
Item { get; set; }

Методы

ИмяОписание
Add(string, string)Добавляет свойство веб-расширения.
BinarySearch(WebExtensionProperty)
BinarySearch(WebExtensionProperty, IComparer<WebExtensionProperty>)
BinarySearch(int, int, WebExtensionProperty, IComparer<WebExtensionProperty>)
Clear()
Contains(WebExtensionProperty)
CopyTo(WebExtensionProperty[])
CopyTo(WebExtensionProperty[], int)
CopyTo(int, WebExtensionProperty[], int, int)
Exists(Predicate<WebExtensionProperty>)
Find(Predicate<WebExtensionProperty>)
FindAll(Predicate<WebExtensionProperty>)
FindIndex(Predicate<WebExtensionProperty>)
FindIndex(int, Predicate<WebExtensionProperty>)
FindIndex(int, int, Predicate<WebExtensionProperty>)
FindLast(Predicate<WebExtensionProperty>)
FindLastIndex(Predicate<WebExtensionProperty>)
FindLastIndex(int, Predicate<WebExtensionProperty>)
FindLastIndex(int, int, Predicate<WebExtensionProperty>)
GetEnumerator()
IndexOf(WebExtensionProperty)
IndexOf(WebExtensionProperty, int)
IndexOf(WebExtensionProperty, int, int)
LastIndexOf(WebExtensionProperty)
LastIndexOf(WebExtensionProperty, int)
LastIndexOf(WebExtensionProperty, int, int)
RemoveAt(int)
RemoveAt(string)Удалить свойство по имени.

Смотрите также