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)如需何時應覆寫此方法的相關資訊,請參閱頁面。

適用於

另請參閱