UIElement.PopulatePropertyInfo(String, AnimationPropertyInfo) 메서드

정의

애니메이션 효과를 적용할 수 있는 속성을 정의합니다.

public:
 virtual void PopulatePropertyInfo(Platform::String ^ propertyName, AnimationPropertyInfo ^ propertyInfo) = PopulatePropertyInfo;
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

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

구현

M:Microsoft.UI.Composition.IAnimationObject.PopulatePropertyInfo(System.String,Microsoft.UI.Composition.AnimationPropertyInfo) M:Microsoft.UI.Composition.IAnimationObject.PopulatePropertyInfo(Platform::String,Microsoft.UI.Composition.AnimationPropertyInfo) M:Microsoft.UI.Composition.IAnimationObject.PopulatePropertyInfo(winrt::hstring,Microsoft.UI.Composition.AnimationPropertyInfo)

적용 대상

추가 정보