PropertyStore Methods |
The PropertyStore type exposes the following members.
Name | Description | |
---|---|---|
Clone |
Clones this instance.
| |
Commit |
Commits this instance.
| |
CopyTo |
Copies this values to another property store.
| |
GetBuiltInPropertyKeyName |
Gets the name of a ShellBoost specific property key.
| |
GetIndex |
Gets a property key index.
| |
GetNullifiedValue |
Gets the string value associated with the specified key. The string is trimmed and converted to the default value if its length is 0.
| |
GetValue(PropertyKey, Object) |
Gets a property key value or a default value.
| |
GetValueT(PropertyKey, T) |
Gets a typed property key value or a default value.
| |
IsOwnedProperty |
Determines if a PROPERTYKEY format id is owned by ShellBoost.
| |
IsWritable |
Determines whether the specified key value is writable. The default implementation returns true.
| |
SetValue |
Sets a property key value.
| |
TryGetAt |
Gets a property key by its index in this store.
| |
TryGetValue |
Gets the value associated with the specified key.
|