IPropertyStore Members

Include Protected Members
Include Inherited Members

Represents a property store.

The IPropertyStore type exposes the following members.

Methods

  Name Description
Public method ContainsBoolean(Int32) Indicates whether the property at the specified index contains a Boolean value.
Public method ContainsInteger(Int32) Indicates whether the property at the specified index contains an integer value.
Public method ContainsObject(Int32) Indicates whether the property at the specified index contains an object value.
Public method ContainsSize(Int32) Indicates whether the property at the specified index contains a size value.
Public method GetBoolean(Int32) Gets the value of a Boolean property.
Public method GetInteger(Int32) Gets the value of an integer property.
Public method GetObject(Int32) Gets an object property.
Public method GetObject<T>(Int32) Gets an object of a specific type.
Public method GetSize(Int32) Gets a size property.
Public method RemoveBoolean(Int32) Removes a Boolean property.
Public method RemoveInteger(Int32) Removes an integer property.
Public method RemoveObject(Int32) Removes an object property.
Public method RemoveProperty(Int32) Removes a property.
Public method RemoveSize(Int32) Removes a size property.
Public method SetBoolean(Int32, Boolean) Sets a Boolean property.
Public method SetInteger(Int32, Int32) Gets an integer property.
Public method SetObject(Int32, Object) Sets an object property.
Public method SetSize(Int32, ReportSize) Sets a size property.

Top

Properties

  Name Description
Public property Owner The owner object.
Public property Parent The parent object.

Top