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.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetBuiltInPropertyKeyName |
Gets the name of a ShellBoost specific property key.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
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.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
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.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SetValue |
Sets a property key value.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
TryGetAt |
Gets a property key by its index in this store.
| |
TryGetValue |
Gets the value associated with the specified key.
|