QuaternionKeyFrameCollection.GetCurrentValueAsFrozenCore, méthode
.NET Framework 3.0
Makes this instance a frozen clone of the specified QuaternionKeyFrameCollection. Resource references, data bindings, and animations are not copied, but their current values are.
Espace de noms: System.Windows.Media.Animation
Assembly : PresentationCore (dans presentationcore.dll)
Assembly : PresentationCore (dans presentationcore.dll)
protected void GetCurrentValueAsFrozenCore ( Freezable sourceFreezable )
protected override function GetCurrentValueAsFrozenCore ( sourceFreezable : Freezable )
Vous ne pouvez pas utiliser des méthodes dans XAML.
Paramètres
- sourceFreezable
The QuaternionKeyFrameCollection to copy and freeze.
This method is called by the GetCurrentValueAsFrozen method 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 GetCurrentValueAsFrozen instead of calling this method directly.
For more information see Freezable.GetCurrentValueAsFrozenCore.