다음을 통해 공유


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

애니메이션 효과를 적용할 속성에 대한 정보입니다.

적용 대상