SizeKeyFrameCollection.CloneCore(Freezable) 方法

定義

使這個執行個體成為指定之 SizeKeyFrameCollection 的深層複本。 當複製相依性屬性時,這個方法會複製資源參考和資料繫結 (但可能無法再解析),但不會複製動畫或它們目前的值。

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

要複製的 SizeKeyFrameCollection

備註

此方法是由 Clone 方法呼叫,不應直接從程式碼呼叫,除非在覆寫此方法時呼叫基底實作。 若要建立目前 物件的可修改複本,請呼叫 Clone ,而不是直接呼叫這個方法。

如需詳細資訊,請參閱Freezable.CloneCore

適用於