Freigeben über


XamlDirect.GetDurationProperty(IXamlDirectObject, XamlPropertyIndex) Methode

Definition

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

Duration GetDurationProperty(IXamlDirectObject const& xamlDirectObject, XamlPropertyIndex const& propertyIndex);
public Duration GetDurationProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex);
function getDurationProperty(xamlDirectObject, propertyIndex)
Public Function GetDurationProperty (xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex) As Duration

Parameter

xamlDirectObject
IXamlDirectObject

Ein Verweis auf das spezifische IXamlDirectObject.

propertyIndex
XamlPropertyIndex

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

Gibt zurück

Dauerwert der angegebenen Eigenschaft.

Gilt für:

Weitere Informationen