ShopToolsConfigItemClone Method
Create a deep clone of the caller's configuration profile.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
public static ShopToolsConfigItem Clone(
ShopToolsConfigItem item
)
Public Shared Function Clone (
item As ShopToolsConfigItem
) As ShopToolsConfigItem
No code example is currently available or this language may not be supported.
- item ShopToolsConfigItem
-
Reference to the item to be cloned.
ShopToolsConfigItem
Reference to the full deep clone of the user's instance, if
legitimate. Otherwise, an empty configuration profile.