UIElement.PopulatePropertyInfoOverride(String, AnimationPropertyInfo) Méthode

Définition

En cas de substitution dans une classe dérivée, définit une propriété qui peut être animée.

protected:
 virtual void PopulatePropertyInfoOverride(Platform::String ^ propertyName, AnimationPropertyInfo ^ animationPropertyInfo) = PopulatePropertyInfoOverride;
void PopulatePropertyInfoOverride(winrt::hstring const& propertyName, AnimationPropertyInfo const& animationPropertyInfo);
protected virtual void PopulatePropertyInfoOverride(string propertyName, AnimationPropertyInfo animationPropertyInfo);
function populatePropertyInfoOverride(propertyName, animationPropertyInfo)
Protected Overridable Sub PopulatePropertyInfoOverride (propertyName As String, animationPropertyInfo As AnimationPropertyInfo)

Paramètres

propertyName
String

Platform::String

winrt::hstring

Propriété qui peut être animée.

animationPropertyInfo
AnimationPropertyInfo

Informations sur la propriété à animer.

S’applique à

Voir aussi