Click or drag to resize

PropertyStoreGetValueT Method (PropertyKey, T)

Gets a typed property key value or a default value.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public virtual T GetValue<T>(
	PropertyKey key,
	T defaultValue = null
)

Parameters

key
Type: callback.ShellBoost.Core.WindowsPropertySystemPropertyKey
The property key.
defaultValue (Optional)
Type: T
The default value.

Type Parameters

T
The expected type

Return Value

Type: T
A typed value.
See Also