IPropertyStore Members
Include Protected Members
Include Inherited Members
Represents a property store.
The IPropertyStore type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
ContainsBoolean(Int32) | Indicates whether the property at the specified index contains a Boolean value. |
![]() |
ContainsInteger(Int32) | Indicates whether the property at the specified index contains an integer value. |
![]() |
ContainsObject(Int32) | Indicates whether the property at the specified index contains an object value. |
![]() |
ContainsSize(Int32) | Indicates whether the property at the specified index contains a size value. |
![]() |
GetBoolean(Int32) | Gets the value of a Boolean property. |
![]() |
GetInteger(Int32) | Gets the value of an integer property. |
![]() |
GetObject(Int32) | Gets an object property. |
![]() |
GetObject<T>(Int32) | Gets an object of a specific type. |
![]() |
GetSize(Int32) | Gets a size property. |
![]() |
RemoveBoolean(Int32) | Removes a Boolean property. |
![]() |
RemoveInteger(Int32) | Removes an integer property. |
![]() |
RemoveObject(Int32) | Removes an object property. |
![]() |
RemoveProperty(Int32) | Removes a property. |
![]() |
RemoveSize(Int32) | Removes a size property. |
![]() |
SetBoolean(Int32, Boolean) | Sets a Boolean property. |
![]() |
SetInteger(Int32, Int32) | Gets an integer property. |
![]() |
SetObject(Int32, Object) | Sets an object property. |
![]() |
SetSize(Int32, ReportSize) | Sets a size property. |
Top