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

アニメーション化するプロパティに関する情報。

適用対象

こちらもご覧ください