FreezableCollection<T>.GetAsFrozenCore(Freezable) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Makes this instance a frozen clone of the specified FreezableCollection<T> using base (non-animated) property values.
protected:
override void GetAsFrozenCore(System::Windows::Freezable ^ source);
protected override void GetAsFrozenCore (System.Windows.Freezable source);
override this.GetAsFrozenCore : System.Windows.Freezable -> unit
Protected Overrides Sub GetAsFrozenCore (source As Freezable)
- source
- Freezable
The FreezableCollection<T> to copy.
This method is called by GetAsFrozen and should not be called directly from your code, except when calling the base implementation while overriding this method. To create a frozen copy of the current object, call GetAsFrozen instead of calling this method directly.
For information about when to override this method, see GetAsFrozenCore(Freezable).
Produkt | Versions |
---|---|
.NET Framework | 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9 |
.NET feedback
.NET er et åben kildekode projekt. Vælg et link for at give feedback: