Click or drag to resize

PropertyDescriptionGetImageReferenceForValue Method

Gets the image reference for a given value.

Namespace:  callback.ShellBoost.Core.WindowsPropertySystem
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public string GetImageReferenceForValue(
	PropVariant value
)

Parameters

value
Type: callback.ShellBoost.Core.WindowsPropertySystemPropVariant
The value.

Return Value

Type: String
A string.
Exceptions
ExceptionCondition
ArgumentNullExceptionvalue is null.
See Also