FreezableCollection<T>.CloneCurrentValueCore(Freezable) 方法

定义

使用当前的属性值使该实例成为指定的 FreezableCollection<T> 的可修改复本(深层副本)。

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

参数

source
Freezable

要克隆的 FreezableCollection<T>

注解

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

继承者说明

有关何时应替代此方法的信息, CloneCurrentValueCore(Freezable) 请参阅页面。

适用于

另请参阅