MemoryPropertyStoreTryGetBagValue Method |
Gets the value of a named property using the underlying IPropertyBag implementation.
Namespace:
ShellBoost.Core.WindowsPropertySystem
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public bool TryGetBagValue(
string name,
out Object value
)
Parameters
- name
- Type: SystemString
The property name. - value
- Type: SystemObject
The value.
Return Value
Type:
Booleantrue if the property was found,
false otherwise.
See Also