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 で導入)

適用対象

こちらもご覧ください