Point3DKeyFrameCollection.CloneCore(Freezable) 方法

定义

使此实例成为指定 Point3DKeyFrameCollection 的深层副本。 在复制依赖项属性时,此方法会复制资源引用和数据绑定(但可能不再解析),但不复制动画或其当前值。

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

参数

sourceFreezable
Freezable

要克隆的 Point3DKeyFrameCollection

注解

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

有关详细信息,请参阅 Freezable.CloneCore

适用于