Click or drag to resize

PropertyStore Methods

The PropertyStore type exposes the following members.

Methods
  NameDescription
Public methodClone
Clones this instance.
Public methodCommit
Commits this instance.
Public methodCopyTo
Copies this values to another property store.
Public methodStatic memberGetBuiltInPropertyKeyName
Gets the name of a ShellBoost specific property key.
Public methodGetIndex
Gets a property key index.
Public methodGetNullifiedValue
Gets the string value associated with the specified key. The string is trimmed and converted to the default value if its length is 0.
Public methodGetValue(PropertyKey, Object)
Gets a property key value or a default value.
Public methodGetValueT(PropertyKey, T)
Gets a typed property key value or a default value.
Public methodStatic memberIsOwnedProperty
Determines if a PROPERTYKEY format id is owned by ShellBoost.
Public methodIsWritable
Determines whether the specified key value is writable. The default implementation returns true.
Public methodSetValue
Sets a property key value.
Public methodTryGetAt
Gets a property key by its index in this store.
Public methodTryGetValue
Gets the value associated with the specified key.
Top
See Also