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 methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberGetBuiltInPropertyKeyName
Gets the name of a ShellBoost specific property key.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
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 methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
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.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetValue
Sets a property key value.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
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