ShellFolderServerTryConvertForPropVariantWrapping Method |
Convert a value for PropVariant wrapping.
Namespace:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax protected virtual bool TryConvertForPropVariantWrapping(
Object input,
out Object output
)
Parameters
- input
- Type: SystemObject
The input value. - output
- Type: SystemObject
The output value.
Return Value
Type:
Booleantrue if the value was converted,
false otherwise.
See Also