FreezableCollection<T>.CloneCore(Freezable) 方法

定义

使用基(未经过动画处理的)属性值使此实例成为指定的 FreezableCollection<T> 的复本(深层副本)。

protected:
 override void CloneCore(System::Windows::Freezable ^ source);
protected override void CloneCore (System.Windows.Freezable source);
override this.CloneCore : System.Windows.Freezable -> unit
Protected Overrides Sub CloneCore (source As Freezable)

参数

source
Freezable

要复制的 FreezableCollection<T>

注解

此方法由 Clone 该方法调用,不应直接从代码调用,除非在重写此方法时调用基本实现。 若要创建当前对象的可修改副本,请调用 Clone 而不是直接调用此方法。

继承者说明

CloneCore(Freezable)有关何时应重写此方法的信息,请参阅该页。

适用于

另请参阅