UIElement.PopulatePropertyInfo(String, AnimationPropertyInfo) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Definisce una proprietà che può essere animata.
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)
Parametri
- propertyName
-
String
Platform::String
winrt::hstring
Proprietà che può essere animata.
- propertyInfo
- AnimationPropertyInfo
Informazioni sulla proprietà da animare.
Implementazioni
M:Windows.UI.Composition.IAnimationObject.PopulatePropertyInfo(System.String,Windows.UI.Composition.AnimationPropertyInfo)
M:Windows.UI.Composition.IAnimationObject.PopulatePropertyInfo(Platform::String,Windows.UI.Composition.AnimationPropertyInfo)
M:Windows.UI.Composition.IAnimationObject.PopulatePropertyInfo(winrt::hstring,Windows.UI.Composition.AnimationPropertyInfo)
Requisiti Windows
Famiglia di dispositivi |
Windows 10, version 1809 (è stato introdotto in 10.0.17763.0)
|
API contract |
Windows.Foundation.UniversalApiContract (è stato introdotto in v7.0)
|