共用方式為


IAnimationObject.PopulatePropertyInfo(String, AnimationPropertyInfo) 方法

定義

定義可以產生動畫效果的屬性。

public:
 void PopulatePropertyInfo(Platform::String ^ propertyName, AnimationPropertyInfo ^ propertyInfo);
void PopulatePropertyInfo(winrt::hstring const& propertyName, AnimationPropertyInfo const& propertyInfo);
public void PopulatePropertyInfo(string propertyName, AnimationPropertyInfo propertyInfo);
function populatePropertyInfo(propertyName, propertyInfo)
Public Sub PopulatePropertyInfo (propertyName As String, propertyInfo As AnimationPropertyInfo)

參數

propertyName
String

Platform::String

winrt::hstring

可以產生動畫效果的屬性。

propertyInfo
AnimationPropertyInfo

要產生動畫效果之屬性的相關資訊。

適用於