XamlDirect.SetTimeSpanProperty 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é TimeSpan pour un IXamlDirectObject spécifique.
public:
virtual void SetTimeSpanProperty(IXamlDirectObject ^ xamlDirectObject, XamlPropertyIndex propertyIndex, TimeSpan value) = SetTimeSpanProperty;
void SetTimeSpanProperty(IXamlDirectObject const& xamlDirectObject, XamlPropertyIndex const& propertyIndex, TimeSpan const& value);
public void SetTimeSpanProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex, System.TimeSpan value);
function setTimeSpanProperty(xamlDirectObject, propertyIndex, value)
Public Sub SetTimeSpanProperty (xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex, value As TimeSpan)
Paramètres
- xamlDirectObject
- IXamlDirectObject
Référence à l’objet IXamlDirectObject spécifique.
- propertyIndex
- XamlPropertyIndex
Référence à la propriété TimeSpan pour définir la valeur de dans la liste des propriétés prises en charge dans l’énumération XamlPropertyIndex .