Поделиться через


Элементы PropertyCollection

The PropertyCollection class represents a collection of Property objects that represent all the properties defined on the parent object.

Тип PropertyCollection предоставляет доступ к следующим элементам.

Методы

  Имя Описание
Открытый метод Contains Determines whether the element specified by key exists in the collection.
Открытый метод CopyTo Copies the collection objects to a one-dimensional array beginning at the index value specified.
Открытый метод Equals (Наследуется из Object.)
Защищенный метод Finalize (Наследуется из Object.)
Открытый метод GetEnumerator Gets an enumerator that can iterate through the list of objects.
Открытый метод GetHashCode (Наследуется из Object.)
Открытый метод GetPropertyObject(Int32) Gets the Property object.
Открытый метод GetPropertyObject(String) Gets the Property object.
Открытый метод GetPropertyObject(Int32, Boolean) Gets the Property object.
Открытый метод GetPropertyObject(String, Boolean) .Gets the Property object.
Открытый метод GetType (Наследуется из Object.)
Защищенный метод LookupID Returns the ID of the Property object in the PropertyCollection object that has the specified name.
Защищенный метод MemberwiseClone (Наследуется из Object.)
Открытый метод ToString (Наследуется из Object.)

В начало

Свойства

  Имя Описание
Открытое свойство Count Gets the number of properties in the PropertyCollection object.
Открытое свойство IsSynchronized Gets a Boolean value indicating whether access to the collection is synchronized and therefore thread-safe.
Открытое свойство Item[ ( [ ( Int32] ) ] ) Gets an object in the collection by index number.
Открытое свойство Item[ ( [ ( String] ) ] ) Gets an object in the collection by name.
Открытое свойство SyncRoot Gets an object that can be used to synchronize access to the collection.

В начало