UIElement.PopulatePropertyInfoOverride(String, AnimationPropertyInfo) Метод

Определение

При переопределении в производном классе определяет свойство, которое можно анимировать.

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)

Параметры

propertyName
String

Platform::String

winrt::hstring

Свойство, которое можно анимировать.

animationPropertyInfo
AnimationPropertyInfo

Сведения о анимированном свойстве.

Требования к Windows

Семейство устройств
Windows 10, version 1809 (появилось в 10.0.17763.0)
API contract
Windows.Foundation.UniversalApiContract (появилось в v7.0)

Применяется к

См. также раздел