Click or drag to resize

ShellBindContextDictionary Property

Gets the dictionary that contains all binding context parameters, include some that are exposed as typed properties of this instance.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public IReadOnlyDictionary<string, Object> Dictionary { get; }

Property Value

Type: IReadOnlyDictionaryString, Object
The dictionary of all binding context parameters.
See Also