Ce sujet n'a pas encore été évalué - Évaluez ce sujet

QuaternionKeyFrameCollection.GetCurrentValueAsFrozenCore, méthode

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)

protected override void GetCurrentValueAsFrozenCore (
	Freezable sourceFreezable
)
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.

Microsoft .NET Framework 3.0 est pris en charge sur Windows Vista, Microsoft Windows XP SP2 et Windows Server 2003 SP1.

.NET Framework

Prise en charge dans : 3.0
Cela vous a-t-il été utile ?
(1500 caractères restants)

Ajouts de la communauté

AJOUTER
© 2013 Microsoft. Tous droits réservés.