ShellBindContextDictionary Property |
Gets the dictionary that contains all binding context parameters, include some that are exposed as typed properties of this instance.
Namespace:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public IReadOnlyDictionary<string, Object> Dictionary { get; }
Property Value
Type:
IReadOnlyDictionaryString,
Object
The dictionary of all binding context parameters.
See Also