This document is archived and information here might be outdated. Recommended version. |
Assigns the properties of src to the receiver.
[Visual Basic .NET] Public Sub Assign ( _ ByVal src As IClone _ )
[C#] public void Assign ( IClone src );
[C++]
HRESULT Assign(
IClone* src
);
[C++] Parameters src [in]
src is a parameter of type IClone*