XamlDirect.GetDurationProperty(IXamlDirectObject, XamlPropertyIndex) メソッド

定義

特定の IXamlDirectObjectDuration プロパティの値を取得します。

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

パラメーター

xamlDirectObject
IXamlDirectObject

特定の IXamlDirectObject への参照。

propertyIndex
XamlPropertyIndex

XamlPropertyIndex 列挙型でサポートされているプロパティの一覧から の値を取得するための Duration プロパティへの参照。

戻り値

指定したプロパティの Duration 値。

適用対象

こちらもご覧ください