XamlDirect.SetDurationProperty 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 IXamlDirectObject spécifique.
void SetDurationProperty(IXamlDirectObject const& xamlDirectObject, XamlPropertyIndex const& propertyIndex, Duration const& value);
public void SetDurationProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex, Duration value);
function setDurationProperty(xamlDirectObject, propertyIndex, value)
Public Sub SetDurationProperty (xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex, value As Duration)
Paramètres
- xamlDirectObject
- IXamlDirectObject
Référence à l’objet IXamlDirectObject spécifique.
- propertyIndex
- XamlPropertyIndex
Référence à la propriété Duration pour définir la valeur de dans 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.