Click or drag to resize

MemoryPropertyStoreTryGetBagValue Method

Gets the value of a named property using the underlying IPropertyBag implementation.

Namespace:  callback.ShellBoost.Core.WindowsPropertySystem
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public bool TryGetBagValue(
	string name,
	out Object value
)

Parameters

name
Type: SystemString
The property name.
value
Type: SystemObject
The value.

Return Value

Type: Boolean
true if the property was found, false otherwise.
See Also