Click or drag to resize

PropertyStoreCopyTo Method

Copies this values to another property store.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public virtual void CopyTo(
	PropertyStore store
)

Parameters

store
Type: callback.ShellBoost.CorePropertyStore
The target property store.
See Also