UIElement.PopulatePropertyInfo(String, AnimationPropertyInfo) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Define uma propriedade que pode ser animada.
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)
Parâmetros
- propertyName
-
String
Platform::String
winrt::hstring
A propriedade que pode ser animada.
- propertyInfo
- AnimationPropertyInfo
Informações sobre a propriedade a ser animada.
Implementações
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)