Chili.Opf3 Send comments on this topic.
Clone Method
See Also 
Chili.Opf3.DynamicProperties Namespace > DynamicPropertiesCollection Class : Clone Method




Creates a new object that is a copy of the current instance.

Syntax

Visual Basic (Declaration) 
Public Function Clone() As Object
Visual Basic (Usage)Copy Code
Dim instance As DynamicPropertiesCollection
Dim value As Object
 
value = instance.Clone()
C# 
public object Clone()
Managed Extensions for C++ 
public: Object* Clone(); 
C++/CLI 
public:
Object^ Clone(); 

Return Value

A new object that is a copy of this instance.

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also