ExtendedProperties - члены
Включить защищенные члены
Включить унаследованные члены
Включить члены .NET Framework
Включить члены .NET Compact Framework
Включить члены XNA Framework
Обновлен: Ноябрь 2007
Represents a collection of ExtendedProperty objects that contain application-defined data.
Тип ExtendedProperties предоставляет следующие члены.
Методы
Имя | Описание | |
---|---|---|
Add | Creates an ExtendedProperty object and adds it to the ExtendedProperties collection. | |
Clear | Clears all the ExtendedProperty objects from the ExtendedProperties collection. | |
Contains | Перегружен. Indicates whether the ExtendedProperties collection contains a specific ExtendedProperty object. | |
CopyTo | Copies all of the elements of the current ExtendedProperties collection to the specified one-dimensional array, starting at the specified destination array index. | |
DoesPropertyExist | Indicates whether a specified ExtendedProperty object exists in the ExtendedProperties collection. | |
Equals | Определяет, равен ли заданный объект Object текущему объекту Object. (Унаследовано от Object.) | |
Finalize | Позволяет объекту Object попытаться освободить ресурсы и выполнить другие операции очистки, перед тем как объект Object будет утилизирован в процессе сборки мусора. (Унаследовано от Object.) | |
GetEnumerator | Returns an object that implements the System.Collections.IEnumerator interface that can iterate through the ExtendedProperty objects within the ExtendedProperties collection. | |
GetHashCode | Играет роль хэш-функции для определенного типа. (Унаследовано от Object.) | |
GetType | Возвращает объект Type для текущего экземпляра. (Унаследовано от Object.) | |
IndexOf | Перегружен. Returns the index of a specific ExtendedProperty object within an ExtendedProperties collection. | |
MemberwiseClone | Создает неполную копию текущего объекта Object. (Унаследовано от Object.) | |
Remove | Перегружен. Removes an ExtendedProperty object from the ExtendedProperties collection. | |
RemoveAt | Removes an ExtendedProperty object at the specified index of the ExtendedProperties collection. | |
ToString | Возвращает объект String, который представляет текущий объект Object. (Унаследовано от Object.) |
В начало страницы
Свойства
Имя | Описание | |
---|---|---|
Count | Gets the number of ExtendedProperty objects contained in the ExtendedProperties collection. | |
IsFixedSize | Gets a value indicating whether the ExtendedProperties collection has a fixed size. | |
IsReadOnly | Gets a value indicating whether the ExtendedProperties collection is read-only. | |
IsSynchronized | Gets a value that indicates whether or not access to the ExtendedProperties collection is synchronized (thread safe). | |
Item | Перегружен. Gets the ExtendedProperty object at the specified index within the ExtendedProperties collection. | |
SyncRoot | Returns an object that can be used to synchronize access to the ExtendedProperties collection. |
В начало страницы
Явные реализации интерфейса
Имя | Описание | |
---|---|---|
IEnumerable.GetEnumerator |
В начало страницы