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.

Configuration requise pour Windows

Famille d’appareils
Windows 10, version 1809 (introduit dans 10.0.17763.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v7.0)

S’applique à

Voir aussi