public sealed class GroupView : ReadOnlyObservableCollection<Object>,
ICollectionView, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged, IList,
ICollection, IWeakEventListener
Public NotInheritable Class GroupView
Inherits ReadOnlyObservableCollection(Of Object)
Implements ICollectionView, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged,
IList, ICollection, IWeakEventListener
public ref class GroupView sealed : public ReadOnlyObservableCollection<Object^>,
ICollectionView, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged, IList,
ICollection, IWeakEventListener
[<SealedAttribute>]
type GroupView =
class
inherit ReadOnlyObservableCollection<Object>
interface ICollectionView
interface IEnumerable
interface INotifyCollectionChanged
interface INotifyPropertyChanged
interface IList
interface ICollection
interface IWeakEventListener
end
Count | Gets the number of elements contained in the ReadOnlyCollectionT instance. (Унаследован от ReadOnlyCollectionObject) |
IsExpanded | |
IsUnnamed | |
Item | Gets the element at the specified index. (Унаследован от ReadOnlyCollectionObject) |
Items | Returns the IListT that the ReadOnlyCollectionT wraps. (Унаследован от ReadOnlyCollectionObject) |
Name |
Contains | Determines whether an element is in the ReadOnlyCollectionT. (Унаследован от ReadOnlyCollectionObject) |
CopyTo | Copies the entire ReadOnlyCollectionT to a compatible one-dimensional Array, starting at the specified index of the target array. (Унаследован от ReadOnlyCollectionObject) |
Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
GetEnumerator | Returns an enumerator that iterates through the ReadOnlyCollectionT. (Унаследован от ReadOnlyCollectionObject) |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
IndexOf | Searches for the specified object and returns the zero-based index of the first occurrence within the entire ReadOnlyCollectionT. (Унаследован от ReadOnlyCollectionObject) |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
OnCollectionChanged | Raises the CollectionChanged event using the provided arguments. (Унаследован от ReadOnlyObservableCollectionObject) |
OnPropertyChanged | Raises the PropertyChanged event using the provided arguments. (Унаследован от ReadOnlyObservableCollectionObject) |
ToString | Returns a string that represents the current object. (Унаследован от Object) |
CollectionChanged | Occurs when an item is added or removed. (Унаследован от ReadOnlyObservableCollectionObject) |
PropertyChanged | Occurs when a property value changes. (Унаследован от ReadOnlyObservableCollectionObject) |
CultureProperty | |
CurrentItemProperty | |
CurrentPositionProperty | |
IsCurrentAfterLastProperty | |
IsCurrentBeforeFirstProperty | |
IsEmptyProperty | |
IsExpandedProperty | |
NameProperty |
AddRangeForList |
Добавляет значения items в коллекцию collection.
(Определяется Extensions) |
InsertRangeForList |
Вставляет диапазон элементов в заданный список items,
начиная с указанного индекса index.
(Определяется Extensions) |
RemoveAllForList |
Удаляет все элементы, совпадающие по заданному предикату.
Возвращает количество удалённых элементов.
(Определяется Extensions) |