IXamlDirect.SetDurationProperty(Object, XamlPropertyIndex, Duration) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit la valeur d’une propriété Duration pour un IXamlDirect spécifique.
Cette documentation s’applique à WinUI 2 pour UWP (pour WinUI dans le SDK d'application Windows, consultez les espaces de noms SDK d'application Windows).
void SetDurationProperty(IInspectable const& xamlDirectObject, XamlPropertyIndex const& propertyIndex, Duration const& value);
public void SetDurationProperty(object xamlDirectObject, XamlPropertyIndex propertyIndex, Duration value);
Public Sub SetDurationProperty (xamlDirectObject As Object, propertyIndex As XamlPropertyIndex, value As Duration)
Paramètres
- xamlDirectObject
-
Object
IInspectable
Référence à iXamlDirect spécifique.
- propertyIndex
- XamlPropertyIndex
Référence à la propriété Duration sur laquelle définir la valeur de la liste des propriétés prises en charge dans l’énumération XamlPropertyIndex .
- value
- Duration
Valeur de durée à définir sur la propriété spécifiée.