Freigeben über


XamlDirect.SetTimeSpanProperty Methode

Definition

Legt den Wert einer TimeSpan-Eigenschaft für ein bestimmtes IXamlDirectObject fest.

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)

Parameter

xamlDirectObject
IXamlDirectObject

Ein Verweis auf das spezifische IXamlDirectObject.

propertyIndex
XamlPropertyIndex

Ein Verweis auf die TimeSpan-Eigenschaft zum Festlegen des Werts von aus der Liste der unterstützten Eigenschaften in der XamlPropertyIndex-Enumeration .

value
TimeSpan TimeSpan

TimeSpan-Wert , der auf die angegebene Eigenschaft festgelegt werden soll.

Gilt für:

Weitere Informationen