RectKeyFrameCollection.CloneCurrentValueCore(Freezable) 方法

定義

使用目前的屬性值,讓這個執行個體成為指定的 RectKeyFrameCollection 之可修改深層複本。 不會複製資源參考、資料繫結和動畫,但是會複製其目前值。

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

參數

sourceFreezable
Freezable

要複製的 RectKeyFrameCollection

備註

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

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

適用於

另請參閱