Элементы IPropertyStore

Represents a property store.

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

Методы

  Имя Описание
Открытый метод ContainsBoolean Indicates whether the property at the specified index contains a Boolean value.
Открытый метод ContainsInteger Indicates whether the property at the specified index contains an integer value.
Открытый метод ContainsObject Indicates whether the property at the specified index contains an object value.
Открытый метод ContainsSize Indicates whether the property at the specified index contains a size value.
Открытый метод GetBoolean Gets the value of a Boolean property.
Открытый метод GetInteger Gets the value of an integer property.
Открытый метод GetObject(Int32) Gets an object property.
Открытый метод GetObject< (Of < <' (T> ) > > )(Int32) Gets an object of a specific type.
Открытый метод GetSize Gets a size property.
Открытый метод RemoveBoolean Removes a Boolean property.
Открытый метод RemoveInteger Removes an integer property.
Открытый метод RemoveObject Removes an object property.
Открытый метод RemoveProperty Removes a property.
Открытый метод RemoveSize Removes a size property.
Открытый метод SetBoolean Sets a Boolean property.
Открытый метод SetInteger Gets an integer property.
Открытый метод SetObject Sets an object property.
Открытый метод SetSize Sets a size property.

В начало

Свойства

  Имя Описание
Открытое свойство Owner The owner object.
Открытое свойство Parent The parent object.

В начало