Freigeben über


XamlDirect.GetTimeSpanProperty(IXamlDirectObject, XamlPropertyIndex) Methode

Definition

Ruft den Wert einer TimeSpan-Eigenschaft für ein bestimmtes IXamlDirectObject ab.

public:
 virtual TimeSpan GetTimeSpanProperty(IXamlDirectObject ^ xamlDirectObject, XamlPropertyIndex propertyIndex) = GetTimeSpanProperty;
TimeSpan GetTimeSpanProperty(IXamlDirectObject const& xamlDirectObject, XamlPropertyIndex const& propertyIndex);
public System.TimeSpan GetTimeSpanProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex);
function getTimeSpanProperty(xamlDirectObject, propertyIndex)
Public Function GetTimeSpanProperty (xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex) As TimeSpan

Parameter

xamlDirectObject
IXamlDirectObject

Ein Verweis auf das spezifische IXamlDirectObject.

propertyIndex
XamlPropertyIndex

Ein Verweis auf die TimeSpan-Eigenschaft , um den Wert von aus der Liste der unterstützten Eigenschaften in der XamlPropertyIndex-Enumeration abzurufen.

Gibt zurück

TimeSpan-Wert der angegebenen Eigenschaft.

Gilt für:

Weitere Informationen